mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-01 16:32:25 +01:00
IDE: Make CodeExplorer show the module name. Issue #20914, patch from Hans-Peter Diettrich
git-svn-id: trunk@34328 -
This commit is contained in:
parent
5dc211019c
commit
0d66c687f8
@ -2144,6 +2144,9 @@ begin
|
|||||||
|
|
||||||
CodeTreeview.EndUpdate;
|
CodeTreeview.EndUpdate;
|
||||||
end;
|
end;
|
||||||
|
Caption := lisMenuViewCodeExplorer + ' - ' + ExtractFileName(FCodeFilename);
|
||||||
|
if HostDockSite <> nil then
|
||||||
|
HostDockSite.UpdateDockCaption();
|
||||||
finally
|
finally
|
||||||
Exclude(FFlags,cevRefreshing);
|
Exclude(FFlags,cevRefreshing);
|
||||||
OldExpanded.Free;
|
OldExpanded.Free;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user