From c05c2d6daac072edbcce9ba4cef75fc4e1203f6c Mon Sep 17 00:00:00 2001 From: vincents Date: Wed, 12 Aug 2009 13:38:28 +0000 Subject: [PATCH] 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 - --- ide/main.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/ide/main.pp b/ide/main.pp index f6404644b9..192f8371c2 100644 --- a/ide/main.pp +++ b/ide/main.pp @@ -13445,7 +13445,6 @@ end; procedure TMainIDE.OnSrcNoteBookActivated(Sender: TObject); begin FDisplayState:= dsSource; - DoCheckFilesOnDisk; end; Procedure TMainIDE.OnDesignerActivated(Sender: TObject);