You've already forked lazarus-ccr
RxFPC:RxMDI - update main windows menu items after update RxMDIWindow caption
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7027 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1234,6 +1234,9 @@ begin
|
|||||||
else
|
else
|
||||||
Caption:='---';
|
Caption:='---';
|
||||||
AdjustSize;
|
AdjustSize;
|
||||||
|
|
||||||
|
if Assigned(FNavPanel) and Assigned(FNavPanel.FMainPanel) then
|
||||||
|
FNavPanel.FMainPanel.RefreshMDIMenu;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
|
Reference in New Issue
Block a user