IDE: update code explorer on open project

git-svn-id: trunk@13535 -
This commit is contained in:
mattias 2007-12-30 14:52:50 +00:00
parent b2dfb3370c
commit 059fedafec

View File

@ -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;