IDE: hide parameter hints on application deactivate, bug #18194

git-svn-id: trunk@28767 -
This commit is contained in:
mattias 2010-12-18 22:56:28 +00:00
parent 31a577968d
commit 883a4159a6

View File

@ -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;