]> git.saurik.com Git - wxWidgets.git/commit
Instead of using GetAdjustedBestSize use the minsize if there is one,
authorRobin Dunn <robin@alldunn.com>
Thu, 22 Apr 2004 21:44:29 +0000 (21:44 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 22 Apr 2004 21:44:29 +0000 (21:44 +0000)
commit093475d2675caf0fd178bb93fd79fc5c529801e9
tree4bcde9a2a59a086c93b7671ea53d487a1f7522cc
parent0fbcc4d8279817ca256aa1738d4e98325efeb2b4
Instead of using GetAdjustedBestSize use the minsize if there is one,
otherwise use GetBestSize.  This allows for situations where the
minsize is smaller than the bestsize (for example, abbreviated state
fields will normally be smaller than the 100px best size for
wxTextCtrls.)

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