mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 10:38:15 +02:00
printers: less hints
git-svn-id: trunk@49615 -
This commit is contained in:
parent
b9f9f1e3a1
commit
ab7f52ff2d
@ -591,6 +591,7 @@ begin
|
||||
//
|
||||
with FDefaultResolution do
|
||||
begin
|
||||
ResCount := 0;
|
||||
Valid := (PMPrinterGetPrinterResolutionCount(P, ResCount)=noErr) and (ResCount>1);
|
||||
if Valid then
|
||||
Valid := GetDefaultPPDResolution(P, HorzRes, VertRes);
|
||||
|
Loading…
Reference in New Issue
Block a user