mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 23:36:16 +02:00
LazReport : Disable Ctrl+P when pbPrint:=False, from Javivf, issue #14971
git-svn-id: trunk@22434 -
This commit is contained in:
parent
ef97e3ee6b
commit
61804fcfa3
@ -911,7 +911,7 @@ begin
|
||||
begin
|
||||
if Chr(Key) = 'O' then LoadBtnClick(nil)
|
||||
else if Chr(Key) = 'S' then SaveBtnClick(nil)
|
||||
else if (Chr(Key) = 'P') and PrintBtn.Enabled then PrintBtnClick(nil)
|
||||
else if (Chr(Key) = 'P') and PrintBtn.Visible then PrintBtnClick(nil)
|
||||
else if Chr(Key) = 'F' then FindBtnClick(nil)
|
||||
else if (Chr(Key) = 'E') and N5.Visible then EditBtnClick(nil)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user