]> git.saurik.com Git - wxWidgets.git/commit
Fixed best size of wxUniv's wxNotebook.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Thu, 25 Aug 2011 23:32:05 +0000 (23:32 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Thu, 25 Aug 2011 23:32:05 +0000 (23:32 +0000)
commitb15dfd0895a33fa1312b501cb41e80b876ae62cb
tree59b38543fd654b4a68699594dea02d09d7573f53
parentb84947323739900eb1174f507679878ea3e35fe4
Fixed best size of wxUniv's wxNotebook.

Removed wxNotebook::DoGetBestClientSize to let wxBookCtrlBase::DoGetBestSize do its job and fix the best size of a wxNotebook (formerly when running the notebook sample the notebook was not wide enough).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/univ/notebook.h
src/univ/notebook.cpp