X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0faf03bf97720044ae71c72beb4f995425ea174d..808cbd174a5c7d0946df7dcaf1891e881a94f64f:/src/osx/notebook_osx.cpp diff --git a/src/osx/notebook_osx.cpp b/src/osx/notebook_osx.cpp index 0f3c83577e..dad2a6c5c4 100644 --- a/src/osx/notebook_osx.cpp +++ b/src/osx/notebook_osx.cpp @@ -82,7 +82,7 @@ bool wxNotebook::Create( wxWindow *parent, return false; m_peer = wxWidgetImpl::CreateTabView(this,parent, id, pos, size, style, GetExtraStyle() ); - + MacPostControlCreate( pos, size ); return true ;