mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 20:39:15 +02:00
IDE: update code explorer on open project
git-svn-id: trunk@13535 -
This commit is contained in:
parent
b2dfb3370c
commit
059fedafec
@ -5574,6 +5574,7 @@ begin
|
||||
end;
|
||||
Statusbar.EndUpdate;
|
||||
|
||||
CheckCurrentCodeBufferChanged;
|
||||
UpdateLazDoc;
|
||||
End;
|
||||
|
||||
@ -5653,9 +5654,9 @@ Begin
|
||||
UpdateActiveEditColors;
|
||||
if Assigned(FOnEditorVisibleChanged) then
|
||||
FOnEditorVisibleChanged(sender);
|
||||
CheckCurrentCodeBufferChanged;
|
||||
end;
|
||||
|
||||
CheckCurrentCodeBufferChanged;
|
||||
UpdateLazDoc;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user