IDE: removed changes of r21130. The editor checks for file changes, when the Lazarus IDE is activated. This does not yet work, because application deactivate is not detected correctly. A possible solution for that is committed in r21188 #d4eeeafe50, compile with -dEnableAsyncDeactivate.

git-svn-id: trunk@21194 -
This commit is contained in:
vincents 2009-08-12 13:38:28 +00:00
parent 4a7a1e4c5d
commit c05c2d6daa

View File

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