]> git.saurik.com Git - wxWidgets.git/commit
Fix stretchable spaces in wxToolBar after tool removal in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Mar 2012 00:29:44 +0000 (00:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Mar 2012 00:29:44 +0000 (00:29 +0000)
commit76c67131022c84eb8c424adea124620da6b0d03e
treec40b5807d301188b5645298a3ace0f4aba598d70
parent0c827c6eefd368a9c500a7d87fe4e37e29c5ebf4
Fix stretchable spaces in wxToolBar after tool removal in wxMSW.

The stretchable spaces need to be manually updated after removing a tool from
the toolbar.

Closes #13577.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/msw/toolbar.cpp