printers: less hints

git-svn-id: trunk@49615 -
This commit is contained in:
mattias 2015-08-08 08:26:38 +00:00
parent b9f9f1e3a1
commit ab7f52ff2d

View File

@ -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);