remove the item from proportions arrays as well as from m_growableCols/Rows in wxFlex...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Jun 2006 00:11:59 +0000 (00:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Jun 2006 00:11:59 +0000 (00:11 +0000)
commitca243008b3e8f951f36e5fc5fe94c68475e3d629
tree3d40a2bdf94a3392204d45862ce82a8f9b5db1e0
parentf5a9eef7c76b6f13c09c3cafb30a91cf12c00b29
remove the item from proportions arrays as well as from m_growableCols/Rows in wxFlexGridSizer::RemoveGrowableCol/Row(); also added an assert in case the item to remove is not growable

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