We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2760fb1 commit cb5e9f6Copy full SHA for cb5e9f6
src/DockManager.h
@@ -252,7 +252,9 @@ public Q_SLOTS:
252
AutoHideCloseButtonCollapsesDock = 0x40, ///< Close button of an auto hide container collapses the dock instead of hiding it completely
253
254
DefaultAutoHideConfig = AutoHideFeatureEnabled
255
- | DockAreaHasAutoHideButton ///< the default configuration for left and right side bars
+ | DockAreaHasAutoHideButton
256
+ | AutoHideCloseButtonCollapsesDock
257
+
258
};
259
Q_DECLARE_FLAGS(AutoHideFlags, eAutoHideFlag)
260
0 commit comments