Optimized sizers to not call CalcMin more often than neccessary
authorRobin Dunn <robin@alldunn.com>
Thu, 24 Jun 2004 20:13:27 +0000 (20:13 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 24 Jun 2004 20:13:27 +0000 (20:13 +0000)
commitba763a45d85d8b70326da65895b7753f86fc3ea3
tree848c29125a64604cd32fe1e3957c645ca9604e1d
parent9f8845289521c7f53e95b6dfd8275daab8b05639
Optimized sizers to not call CalcMin more often than neccessary

Window items added with wxFIXED_MINSIZE flag will set the window's
minsize to its curent size.

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