cocoa: applying resource leak patch by Zoë Peterson. #35944

git-svn-id: trunk@61688 -
This commit is contained in:
dmitry 2019-08-12 16:07:47 +00:00
parent 2a64470b79
commit 0ff8e75f53

View File

@ -269,6 +269,7 @@ begin
{$else}
AView.setHidden(false);
{$endif}
AView.release;
SetViewDefaults(Result);
if AView.isKindOfClass(TCocoaCustomControl) then
TCocoaCustomControl(AView).auxMouseByParent := true;