mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 09:38:12 +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;
|
||||
NewParameterIndex:=-1;
|
||||
try
|
||||
if not Application.Active then exit;
|
||||
|
||||
// check Source Editor
|
||||
if SourceEditorManagerIntf=nil then exit;
|
||||
SrcEdit:=SourceEditorManagerIntf.ActiveEditor;
|
||||
|
Loading…
Reference in New Issue
Block a user