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:
parent
be2e301fc0
commit
a9861c57ed
@ -147,6 +147,7 @@ bool wxWindowCocoaHider::Cocoa_drawRect(const NSRect& rect)
|
||||
wxWindowCocoaScroller::wxWindowCocoaScroller(wxWindow *owner)
|
||||
: m_owner(owner)
|
||||
{
|
||||
wxAutoNSAutoreleasePool pool;
|
||||
wxASSERT(owner);
|
||||
wxASSERT(owner->GetNSView());
|
||||
m_cocoaNSScrollView = [[NSScrollView alloc]
|
||||
|
Loading…
Reference in New Issue
Block a user