Printers, fix raw exception, issue #14013

git-svn-id: trunk@20675 -
This commit is contained in:
jesus 2009-06-20 04:48:39 +00:00
parent 8208c9846d
commit f5cdfcac6a

View File

@ -77,7 +77,7 @@ end;
procedure TWinPrinter.PrinterSelected;
begin
if PrinterIndex>=0 then
if (PrinterIndex>=0) and not RawMode then
SetDC;
end;