]> git.saurik.com Git - wxWidgets.git/commit
Fixed best sizes for wxUniv controls.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Thu, 25 Aug 2011 23:16:44 +0000 (23:16 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Thu, 25 Aug 2011 23:16:44 +0000 (23:16 +0000)
commitb84947323739900eb1174f507679878ea3e35fe4
tree08606f98837c71d84bc92a554502bb6116fb0ad0
parent82e1729555dc57cc6932c017afb1c4969292ff9c
Fixed best sizes for wxUniv controls.

Many wxUniv controls had a way too small best size which was noticeable when running e.g. the widgets sample. Regression started in r61169 where wxWindowBase::DoGetClientBestSize() was introduced but that virtual function already existed in wxUniv's wxWindow. Removing wxUniv's wxWindow::DoGetBestSize and wxWindow::DoGetBestClientSize fixes sizing issues.

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