applied patch fixing border problem (#10171)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Benjamin Williams
2009-03-27 09:46:39 +00:00
parent 55fffc3418
commit af2a1b423d

View File

@@ -833,7 +833,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;