]> git.saurik.com Git - wxWidgets.git/commit
Corrected handling of wxTB_HORZ_TEXT in the toolbar sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 28 Nov 2011 12:47:23 +0000 (12:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 28 Nov 2011 12:47:23 +0000 (12:47 +0000)
commitc66c8042ad988f4b848fd8a967c1c1c5bc37610f
treedce8a578be3df608a31b16978ca4560f3b93e500
parent1165fdbbe222ae7e25a7ed1bd64c680054514b18
Corrected handling of wxTB_HORZ_TEXT in the toolbar sample.

The value of flag could be lost when toolbar was recreated without using text
at all.

Closes #13572.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69854 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/toolbar/toolbar.cpp