]> git.saurik.com Git - wxWidgets.git/commit
Fix regression with wxAuiToolBar gripper and overflow members initialization.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Nov 2012 23:54:47 +0000 (23:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Nov 2012 23:54:47 +0000 (23:54 +0000)
commit51d2b636e8c3d967934f4c192090dfd89cd368f0
treecade958f81933c8677dac5375f444180b0acfc74
parent873271f05e142d94e62ac4defe26473f484c6fc2
Fix regression with wxAuiToolBar gripper and overflow members initialization.

The changes of r72785 moved m_gripperVisible and m_overflowVisible
initialization to Init() but this was too early as these fields depend on the
window style only set when it's really created, so re-initialize them to their
proper values in Create().

Closes #14794.

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