diff --git a/include/wx/toolbar.h b/include/wx/toolbar.h index b219d1de19..fd69bfa786 100644 --- a/include/wx/toolbar.h +++ b/include/wx/toolbar.h @@ -61,7 +61,7 @@ enum // lay out toolbar at the right edge of the window wxTB_RIGHT = 0x4000, - wxTB_DEFAULT_STYLE = wxTB_HORIZONTAL | wxTB_FLAT + wxTB_DEFAULT_STYLE = wxTB_HORIZONTAL }; #if wxUSE_TOOLBAR diff --git a/interface/wx/toolbar.h b/interface/wx/toolbar.h index 08bcaa1ca9..92f9091689 100644 --- a/interface/wx/toolbar.h +++ b/interface/wx/toolbar.h @@ -59,7 +59,7 @@ enum wxTB_RIGHT, /** flags that are closest to the native look*/ - wxTB_DEFAULT_STYLE = wxTB_HORIZONTAL | wxTB_FLAT + wxTB_DEFAULT_STYLE = wxTB_HORIZONTAL };