From d33a393ed88d8851c25d387fdf034d41062aef5f Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Mon, 14 Sep 2020 21:39:53 +0100 Subject: [PATCH] Docs: Remove wxTB_FLAT from the default style This style was removed from the default previously, so this was just a remnant in the documentation. Fixes #17542 --- interface/wx/toolbar.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/interface/wx/toolbar.h b/interface/wx/toolbar.h index 4b28064807..84506d9589 100644 --- a/interface/wx/toolbar.h +++ b/interface/wx/toolbar.h @@ -221,8 +221,7 @@ public: @style{wxTB_RIGHT} Align the toolbar at the right side of parent window. @style{wxTB_DEFAULT_STYLE} - Combination of @c wxTB_HORIZONTAL and @c wxTB_FLAT. This style is new - since wxWidgets 2.9.5. + The @c wxTB_HORIZONTAL style. This style is new since wxWidgets 2.9.5. @endStyleTable See also @ref overview_windowstyles. Note that the wxMSW native toolbar