wxWidgets/include
Vadim Zeitlin a69b365fbb 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
2012-10-29 14:50:42 +00:00
..
msvc/wx Add webview library in MSVC-specific setup.h. 2012-08-05 22:44:18 +00:00
wx Get rid of wxAuiToolBar::m_style and just use base class m_windowStyle. 2012-10-29 14:50:42 +00:00