mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 21:59:14 +02:00
IDE: hide parameter hints on application deactivate, bug #18194
git-svn-id: trunk@28767 -
This commit is contained in:
parent
31a577968d
commit
883a4159a6
@ -221,6 +221,8 @@ begin
|
|||||||
KeepOpen:=false;
|
KeepOpen:=false;
|
||||||
NewParameterIndex:=-1;
|
NewParameterIndex:=-1;
|
||||||
try
|
try
|
||||||
|
if not Application.Active then exit;
|
||||||
|
|
||||||
// check Source Editor
|
// check Source Editor
|
||||||
if SourceEditorManagerIntf=nil then exit;
|
if SourceEditorManagerIntf=nil then exit;
|
||||||
SrcEdit:=SourceEditorManagerIntf.ActiveEditor;
|
SrcEdit:=SourceEditorManagerIntf.ActiveEditor;
|
||||||
|
Loading…
Reference in New Issue
Block a user