Printers: Disable one more UI item in unix TPageSetupDialog. Issue #39021, patch by CudaText man.

git-svn-id: trunk@65288 -
This commit is contained in:
juha 2021-06-22 06:03:56 +00:00
parent a610d1108f
commit f8a5ce2132

View File

@ -307,6 +307,7 @@ begin
cbPaper.ItemIndex:= cbPaper.Items.IndexOf(Printer.PaperSize.PaperName);
end;
cbPaper.Enabled := EnablePapers;
cbSource.Enabled := EnablePapers;
//TODO: support reverse variants too?
gpOrientation.Enabled := EnableOrientation;