applied patch fixing border problem (#10171)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Benjamin Williams
2009-03-27 09:46:09 +00:00
parent 71d1ad8b40
commit 8d514fe52d

View File

@@ -818,7 +818,7 @@ wxAuiToolBar::wxAuiToolBar(wxWindow* parent,
m_gripper_sizer_item = NULL;
m_overflow_sizer_item = NULL;
m_dragging = false;
m_style = style;
m_style = style | wxBORDER_NONE;
m_gripper_visible = (m_style & wxAUI_TB_GRIPPER) ? true : false;
m_overflow_visible = (m_style & wxAUI_TB_OVERFLOW) ? true : false;
m_overflow_state = 0;