IDE: check for changed editor files, when the source editor gets the focus (issue #8043)

git-svn-id: trunk@21130 -
This commit is contained in:
vincents 2009-08-07 10:12:50 +00:00
parent d8f9601b24
commit d2ef5b36b3

View File

@ -13446,6 +13446,7 @@ end;
procedure TMainIDE.OnSrcNoteBookActivated(Sender: TObject);
begin
FDisplayState:= dsSource;
DoCheckFilesOnDisk;
end;
Procedure TMainIDE.OnDesignerActivated(Sender: TObject);