mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-01 16:29:30 +02:00
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:
parent
4a7a1e4c5d
commit
c05c2d6daa
@ -13445,7 +13445,6 @@ end;
|
||||
procedure TMainIDE.OnSrcNoteBookActivated(Sender: TObject);
|
||||
begin
|
||||
FDisplayState:= dsSource;
|
||||
DoCheckFilesOnDisk;
|
||||
end;
|
||||
|
||||
Procedure TMainIDE.OnDesignerActivated(Sender: TObject);
|
||||
|
Loading…
Reference in New Issue
Block a user