mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 13:39:30 +02:00
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:
parent
d8f9601b24
commit
d2ef5b36b3
@ -13446,6 +13446,7 @@ end;
|
||||
procedure TMainIDE.OnSrcNoteBookActivated(Sender: TObject);
|
||||
begin
|
||||
FDisplayState:= dsSource;
|
||||
DoCheckFilesOnDisk;
|
||||
end;
|
||||
|
||||
Procedure TMainIDE.OnDesignerActivated(Sender: TObject);
|
||||
|
Loading…
Reference in New Issue
Block a user