Selecting Printer crash the application

Issue #240 resolved
Harry Stahl created an issue

procedure TForm30.ListBox1Click(Sender: TObject);
begin
Printer.PrinterIndex := ListBox1.ItemIndex;
end;

This will crash the app (it is from your demo-app, there it crashes and here also).

If you don’t select a printer and use the button print directly (in your Demo-App) then very small text is printed out (both the same size) and one huge ellipse is print.

I have here ubuntu 16.04

Comments (2)

  1. Log in to comment