Remove wxTB_FLAT from wxTB_DEFAULT_STYLE.
The actual default styles for the toolbars don't include wxTB_FLAT anywhere, so don't include it in the (currently almost unused) wxTB_DEFAULT_STYLE neither. See #16667. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user