mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-08 04:37:23 +01:00
parent
8208c9846d
commit
f5cdfcac6a
@ -77,7 +77,7 @@ end;
|
||||
|
||||
procedure TWinPrinter.PrinterSelected;
|
||||
begin
|
||||
if PrinterIndex>=0 then
|
||||
if (PrinterIndex>=0) and not RawMode then
|
||||
SetDC;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user