git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26467
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxSize wxWindowMac::DoGetBestSize() const
{
wxSize wxWindowMac::DoGetBestSize() const
{
+ if ( m_macIsUserPane || IsTopLevel() )
+ return wxWindowBase::DoGetBestSize() ;
+
Rect bestsize = { 0 , 0 , 0 , 0 } ;
short baselineoffset ;
int bestWidth, bestHeight ;
Rect bestsize = { 0 , 0 , 0 , 0 } ;
short baselineoffset ;
int bestWidth, bestHeight ;
bestHeight = 13 ;
return wxSize(bestWidth, bestHeight);
bestHeight = 13 ;
return wxSize(bestWidth, bestHeight);
- */
- return wxWindowBase::DoGetBestSize() ;
+// return wxWindowBase::DoGetBestSize() ;