The call to SetItemMinSize() shouldn't be needed and the latest OS X version
does work correctly without it. Apparently the real bug was fixed somewhere
else in the meanwhile.
Closes #11309.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63662
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#endif
GetSizer()->Prepend( m_headerWin, 0, wxGROW );
-#ifdef __WXOSX__
- // TODO not tested under other platforms, remove the platform condition if
- // it works on those as well
- GetSizer()->SetItemMinSize( m_headerWin, wxSize(-1, m_headerWin->GetSize().y) );
-#endif
}
else
{