wxWindowCocoaScroller: use wxAutoNSAutoreleasePool in constructor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -147,6 +147,7 @@ bool wxWindowCocoaHider::Cocoa_drawRect(const NSRect& rect)
|
|||||||
wxWindowCocoaScroller::wxWindowCocoaScroller(wxWindow *owner)
|
wxWindowCocoaScroller::wxWindowCocoaScroller(wxWindow *owner)
|
||||||
: m_owner(owner)
|
: m_owner(owner)
|
||||||
{
|
{
|
||||||
|
wxAutoNSAutoreleasePool pool;
|
||||||
wxASSERT(owner);
|
wxASSERT(owner);
|
||||||
wxASSERT(owner->GetNSView());
|
wxASSERT(owner->GetNSView());
|
||||||
m_cocoaNSScrollView = [[NSScrollView alloc]
|
m_cocoaNSScrollView = [[NSScrollView alloc]
|
||||||
|
Reference in New Issue
Block a user