mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 15:56:00 +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
|
begin
|
||||||
Command := EditorOpts.KeyMap.TranslateKey(Key,Shift,TDebuggerDlg);
|
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
|
then begin
|
||||||
OnProcessCommand(Self,Command,Handled);
|
OnProcessCommand(Self,Command,Handled);
|
||||||
Key := 0;
|
Key := 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user