mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 02:49:30 +02:00
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:
parent
a610d1108f
commit
f8a5ce2132
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user