]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/bookctrl.cpp
wxControl::SetLabel no longer strips out codes so do it here
[wxWidgets.git] / src / common / bookctrl.cpp
index 63f34b0d7bcedf0aba21f6dcf2a04decf421bfda..b0a8dea974e337974cc2564a21c9435fc86d51fd 100644 (file)
@@ -53,6 +53,7 @@ void wxBookCtrlBase::Init()
     m_bookctrl = NULL;
     m_imageList = NULL;
     m_ownsImageList = false;
+    m_shrinkToFit = false;
 
 #if defined(__WXWINCE__)
     m_internalBorder = 1;
@@ -143,6 +144,9 @@ wxSize wxBookCtrlBase::DoGetBestSize() const
                 bestSize.y = childBestSize.y;
         }
     }
+    
+    if (m_shrinkToFit && GetCurrentPage())
+        bestSize = GetCurrentPage()->GetBestSize();
 
     // convert display area to window area, adding the size necessary for the
     // tabs