]> git.saurik.com Git - wxWidgets.git/commit - include/wx/aui/auibar.h
Get rid of wxAuiToolBar::m_style and just use base class m_windowStyle.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 29 Oct 2012 14:50:42 +0000 (14:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 29 Oct 2012 14:50:42 +0000 (14:50 +0000)
commita69b365fbbd7fe05b78187f4d8336dcaaf4c7485
tree0cb334163a98c5a0886d42f8d41773acfacbe6f7
parentb61c03cad3e5e0e4766e12dd1e26fac5fe72ff3e
Get rid of wxAuiToolBar::m_style and just use base class m_windowStyle.

This fixes an assert exposed by the addition of wxAuiToolBar::Create() in
r72785: as m_style was not initialized before, calling GetWindowStyle() from
wxControl::Create() returned wrong flags.

Fix this by just removing m_style completely, there doesn't seem to be any
need for it nor for overriding GetWindowStyleFlag().

See #13520.

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