wxWidgets
wxWidgets copied to clipboard
Multi-row wxToolBar is not displayed properly
Issue migrated from trac ticket # 19335
component: wxMSW | priority: normal | keywords: regression
2021-12-02 01:15:55: @a-wi created the issue
This issue can be reproduced in the toolbar sample: after changing number of rows to 2 (Toolbar -> Toggle number of rows / Ctrl-R) half of the tool bar items disappear but second row is not displayed. It looks that some problems with multi-row tool bar were first introduced in c7e8aac7 and with 1a796103 this feature was seriously affected.
Before c7e8aac70f319c1224594d9733069adb30d0a9e1:
After c7e8aac70f319c1224594d9733069adb30d0a9e1:
After 1a7961036195a961ec220d420a3015e335613753:
Now 731d29baceda04c5781c6e204cec3d9df8fe9d53: