git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21999
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/log.h"
#endif
#include "wx/log.h"
#endif
+#include "wx/cocoa/autorelease.h"
+
#import <AppKit/NSControl.h>
IMPLEMENT_ABSTRACT_CLASS(wxControl, wxWindow)
#import <AppKit/NSControl.h>
IMPLEMENT_ABSTRACT_CLASS(wxControl, wxWindow)
wxSize wxControl::DoGetBestSize() const
{
wxSize wxControl::DoGetBestSize() const
{
+ wxAutoNSAutoreleasePool pool;
wxASSERT(m_cocoaNSView);
NSRect storedRect = [m_cocoaNSView frame];
[GetNSControl() sizeToFit];
wxASSERT(m_cocoaNSView);
NSRect storedRect = [m_cocoaNSView frame];
[GetNSControl() sizeToFit];