fixed printer height, width without selected printer from Olivier

git-svn-id: trunk@6233 -
This commit is contained in:
mattias 2004-11-11 18:49:58 +00:00
parent d5414fe864
commit d6ec9d4553

View File

@ -636,6 +636,8 @@ begin
if (fOwnedPrinter.Printers.Count>0) and
((fSupportedPapers.Count=0) or (fLastPrinterIndex<>fOwnedPrinter.PrinterIndex)) then
begin
fOwnedPrinter.SelectCurrentPrinterOrDefault;
fSupportedPapers.Clear;
fOwnedPrinter.DoEnumPapers(fSupportedPapers);
fLastPrinterIndex:=fOwnedPrinter.PrinterIndex;