mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-10 12:59:59 +01:00
Make ecEditContextHelp work for windows with KeyPreView (eg asm, eval)
git-svn-id: trunk@37696 -
This commit is contained in:
parent
d5e288e7d7
commit
068e7f8d17
@ -3319,6 +3319,8 @@ begin
|
||||
HelpBoss.ShowHelpForMessage(-1)
|
||||
else if Sender is TObjectInspectorDlg then
|
||||
HelpBoss.ShowHelpForObjectInspector(Sender);
|
||||
ecEditContextHelp:
|
||||
ShowContextHelpEditor(Sender);
|
||||
|
||||
ecSave:
|
||||
if (Sender is TDesigner) then begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user