Changed function to SetFitToCurrentPage

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-02-06 17:51:11 +00:00
parent ddec9f1eeb
commit da817fa6eb
3 changed files with 6 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ void wxBookCtrlBase::Init()
m_bookctrl = NULL;
m_imageList = NULL;
m_ownsImageList = false;
m_shrinkToFit = false;
m_fitToCurrentPage = false;
#if defined(__WXWINCE__)
m_internalBorder = 1;
@@ -145,7 +145,7 @@ wxSize wxBookCtrlBase::DoGetBestSize() const
}
}
if (m_shrinkToFit && GetCurrentPage())
if (m_fitToCurrentPage && GetCurrentPage())
bestSize = GetCurrentPage()->GetBestSize();
// convert display area to window area, adding the size necessary for the