IDE: when docked keep IDE caption

git-svn-id: trunk@37463 -
This commit is contained in:
mattias 2012-05-30 08:05:25 +00:00
parent b4dc5f9ade
commit 08414d0f69

View File

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