From b571c19b9c58ca2a4342c31b018d3fb442cb5f85 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 3 Dec 2025 00:47:17 +0100 Subject: [PATCH] Remove duplicated comment for wxAUI_ORIENTATION_MASK This comment was for wxAUI_TB_TEXT and didn't make sense here. Leave wxAUI_ORIENTATION_MASK itself just in case anything relies on it being here. --- interface/wx/aui/auibar.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/interface/wx/aui/auibar.h b/interface/wx/aui/auibar.h index 5847fc6df1..4d86d506f2 100644 --- a/interface/wx/aui/auibar.h +++ b/interface/wx/aui/auibar.h @@ -124,8 +124,10 @@ enum wxAuiToolBarStyle wxAUI_TB_ROTATE_ICON_WITH_TEXT = 1 << 11, /** - Shows the text in the toolbar buttons; by default only icons are shown. - */ + Mask including both orientation flags. + + This value can't be used as a style. + */ wxAUI_ORIENTATION_MASK = (wxAUI_TB_VERTICAL | wxAUI_TB_HORIZONTAL), /**