You've already forked lazarus-ccr
RxFPC:fix compile after 53713
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5539 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -751,7 +751,8 @@ begin
|
||||
FNavPanel.ChildWindowsShowLast;
|
||||
FNavPanel.ShowHiddenBtnOnResize;
|
||||
CloseAction:=caFree;
|
||||
Owner.RemoveComponent(Self);
|
||||
if Assigned(Owner) then
|
||||
Owner.RemoveComponent(Self);
|
||||
FNavPanel.FMainPanel.RemoveControl(Sender as TCustomForm);
|
||||
Application.ReleaseComponent(Self);
|
||||
end;
|
||||
|
Reference in New Issue
Block a user