]> git.saurik.com Git - wxWidgets.git/blobdiff - src/aui/auibar.cpp
added assert checking the column index validity (see #10687)
[wxWidgets.git] / src / aui / auibar.cpp
index d398e2b79502c7b5e90beedaaa181915a0b80b2d..0497c3ced9a3e29ad441d87906e638db8378fa1c 100644 (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;