You've already forked lazarus-ccr
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:
@ -375,6 +375,9 @@ var
|
|||||||
i:integer;
|
i:integer;
|
||||||
B:TRxMDIButton;
|
B:TRxMDIButton;
|
||||||
begin
|
begin
|
||||||
|
if (FCurrentChildWindow = F) and Assigned(FCloseButton) and FCloseButton.Enabled then
|
||||||
|
FCloseButton.FInfoLabel.Caption:=F.Caption;
|
||||||
|
|
||||||
for i:=0 to TaskPanel.ComponentCount -1 do
|
for i:=0 to TaskPanel.ComponentCount -1 do
|
||||||
begin
|
begin
|
||||||
if TRxMDIButton(TaskPanel.Components[i]).NavForm = F then
|
if TRxMDIButton(TaskPanel.Components[i]).NavForm = F then
|
||||||
|
Reference in New Issue
Block a user