RxMDI - fix update window caption
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2816 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
199b0d183e
commit
38806e4bdc
@ -375,6 +375,9 @@ var
|
||||
i:integer;
|
||||
B:TRxMDIButton;
|
||||
begin
|
||||
if (FCurrentChildWindow = F) and Assigned(FCloseButton) and FCloseButton.Enabled then
|
||||
FCloseButton.FInfoLabel.Caption:=F.Caption;
|
||||
|
||||
for i:=0 to TaskPanel.ComponentCount -1 do
|
||||
begin
|
||||
if TRxMDIButton(TaskPanel.Components[i]).NavForm = F then
|
||||
|
Loading…
Reference in New Issue
Block a user