deal correctly with having too few items in wxFlexGridSizer (this is not an error...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 25 May 2007 01:19:17 +0000 (01:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 25 May 2007 01:19:17 +0000 (01:19 +0000)
commitcc67d082f705cd3248705d87701274c8bc0d9a31
treefb6073406e1810aade23d7b86fb450828ea25c80
parentf4f963f4a5b76c2aa2a6d6c42c11b79290b4ca12
deal correctly with having too few items in wxFlexGridSizer (this is not an error, more items could be added later): don't crash and don't assert

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