mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 03:52:35 +02:00
DBG: Dialogs, don't give help related commands to IDE. They will be ignored
git-svn-id: trunk@37697 -
This commit is contained in:
parent
068e7f8d17
commit
5416ac2ed8
@ -455,7 +455,8 @@ var
|
||||
begin
|
||||
Command := EditorOpts.KeyMap.TranslateKey(Key,Shift,TDebuggerDlg);
|
||||
|
||||
if Assigned(OnProcessCommand) and (Command <> ecNone)
|
||||
if Assigned(OnProcessCommand) and (Command <> ecNone) and
|
||||
(Command <> ecContextHelp) and(Command <> ecEditContextHelp)
|
||||
then begin
|
||||
OnProcessCommand(Self,Command,Handled);
|
||||
Key := 0;
|
||||
|
Loading…
Reference in New Issue
Block a user