don't leave pixels due to rounding errors in wxBoxSizer, allocate the extra pixels...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Apr 2007 19:32:38 +0000 (19:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Apr 2007 19:32:38 +0000 (19:32 +0000)
commit7fca7a731d1b2bc4a7b1fb6275a1c92ffa49cf75
tree671161a6b31e056467bf66afadcc3576c73d78be
parent97800f661840d18c39e38ef821a3310f70fb767e
don't leave pixels due to rounding errors in wxBoxSizer, allocate the extra pixels to the last item(s) instead, as wxFlexGridSizer (now) does

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