mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 19:01:43 +02:00
IDE: when docked keep IDE caption
git-svn-id: trunk@37463 -
This commit is contained in:
parent
b4dc5f9ade
commit
08414d0f69
@ -379,6 +379,7 @@ type
|
||||
procedure UnhideIDE;
|
||||
procedure CreatePopupMenus(TheOwner: TComponent);
|
||||
property OnActive: TNotifyEvent read FOnActive write FOnActive;
|
||||
procedure UpdateDockCaption(Exclude: TControl); override;
|
||||
end;
|
||||
|
||||
var
|
||||
@ -467,6 +468,11 @@ begin
|
||||
DoActive;
|
||||
end;
|
||||
|
||||
procedure TMainIDEBar.UpdateDockCaption(Exclude: TControl);
|
||||
begin
|
||||
// keep IDE caption
|
||||
end;
|
||||
|
||||
constructor TMainIDEBar.Create(TheOwner: TComponent);
|
||||
begin
|
||||
// This form has no resource => must be constructed using CreateNew
|
||||
|
Loading…
Reference in New Issue
Block a user