]> git.saurik.com Git - wxWidgets.git/commit
Honour window min and max sizes in wxWindow::GetBestSize().
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Aug 2012 23:34:18 +0000 (23:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Aug 2012 23:34:18 +0000 (23:34 +0000)
commit054fdb68eba84ff55658116e41aa503990ec3ea9
treef2f41a90fee0cd4fcb18d397397ac571968d145d
parent7d17499993b5c3a26890af4ec80aa56ef96ff226
Honour window min and max sizes in wxWindow::GetBestSize().

The best size of the window should be at least as large as its min size and
less than its max size. This allows to override the windows own best size
determination with an explicit SetMinSize() or SetMaxSize() call.

See #11497.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/window.h
src/common/wincmn.cpp
tests/window/setsize.cpp