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:
@@ -818,7 +818,7 @@ wxAuiToolBar::wxAuiToolBar(wxWindow* parent,
|
|||||||
m_gripper_sizer_item = NULL;
|
m_gripper_sizer_item = NULL;
|
||||||
m_overflow_sizer_item = NULL;
|
m_overflow_sizer_item = NULL;
|
||||||
m_dragging = false;
|
m_dragging = false;
|
||||||
m_style = style;
|
m_style = style | wxBORDER_NONE;
|
||||||
m_gripper_visible = (m_style & wxAUI_TB_GRIPPER) ? true : false;
|
m_gripper_visible = (m_style & wxAUI_TB_GRIPPER) ? true : false;
|
||||||
m_overflow_visible = (m_style & wxAUI_TB_OVERFLOW) ? true : false;
|
m_overflow_visible = (m_style & wxAUI_TB_OVERFLOW) ? true : false;
|
||||||
m_overflow_state = 0;
|
m_overflow_state = 0;
|
||||||
|
Reference in New Issue
Block a user