From 0d7830371331ca6da6eb74769bcac5f21f6c7fdc Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Tue, 1 Nov 2022 17:41:47 +0100 Subject: [PATCH] Fixed typo --- src/DockManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DockManager.h b/src/DockManager.h index 008aceb..4726246 100644 --- a/src/DockManager.h +++ b/src/DockManager.h @@ -242,7 +242,7 @@ public: RightSideBarIconOnly = 0x20, //!< If the flag is set right side bar will show only icon if a the dock widget has an icon assigned BottomSideBarIconOnly = 0x40,//!< If the flag is set bottom side show only icon if a the dock widget has an icon assigned TopSideBarIconOnly = 0x80, //!< If the flag is set top side bar show only icon if a the dock widget has an icon assigned - AutoHideSideBarIconOnly = LeftSideBarIconOnly | RightSideBarIconOnly | BottomSideBarIconOnly | TopSideBarIconOnly, + AutoHideSideBarsIconOnly = LeftSideBarIconOnly | RightSideBarIconOnly | BottomSideBarIconOnly | TopSideBarIconOnly, DefaultAutoHideConfig = AutoHideFeatureEnabled | DockAreaHasAutoHideButton ///< the default configuration for left and right side bars