limit TLW size to display size in wxSizer::Fit() instead of doing it in wxTLW::GetMax...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 23 Nov 2006 17:50:52 +0000 (17:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 23 Nov 2006 17:50:52 +0000 (17:50 +0000)
commit98018a4b057dda20023a9276681f3d4ed335a6e1
tree656050ee8eae807fb4ccae1f70e57dd4d4c9c454
parent79d3dfac2fab5566dd0773e7226bee74fe989e15
limit TLW size to display size in wxSizer::Fit() instead of doing it in wxTLW::GetMaxSize(), this allows creating or manually resizing TLWs to be larger than the display while still avoiding making them too big by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/sizer.h
include/wx/toplevel.h
src/common/sizer.cpp
src/common/toplvcmn.cpp