mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 12:29:30 +02: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;
|
||||
end;
|
||||
Caption := lisMenuViewCodeExplorer + ' - ' + ExtractFileName(FCodeFilename);
|
||||
if HostDockSite <> nil then
|
||||
HostDockSite.UpdateDockCaption();
|
||||
finally
|
||||
Exclude(FFlags,cevRefreshing);
|
||||
OldExpanded.Free;
|
||||
|
Loading…
Reference in New Issue
Block a user