From 4f6279494627057f4f4213451b87bacf58bb5cff Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Fri, 31 Jan 2020 14:36:05 +0100 Subject: [PATCH] Added documentation for new AlwaysShowTabs flag --- src/DockManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DockManager.h b/src/DockManager.h index 1b455ae..a81bbcc 100644 --- a/src/DockManager.h +++ b/src/DockManager.h @@ -156,7 +156,7 @@ public: DragPreviewIsDynamic = 0x0400,///< If opaque undocking is disabled, this flag defines the behavior of the drag preview window, if this flag is enabled, the preview will be adjusted dynamically to the drop area DragPreviewShowsContentPixmap = 0x0800,///< If opaque undocking is disabled, the created drag preview window shows a copy of the content of the dock widget / dock are that is dragged DragPreviewHasWindowFrame = 0x1000,///< If opaque undocking is disabled, then this flag configures if the drag preview is frameless or looks like a real window - AlwaysShowTabs = 0x2000, + AlwaysShowTabs = 0x2000,///< If this option is enabled, the tab of a dock widget is always displayed - even if it is the only visible dock widget in a floating widget. DefaultConfig = ActiveTabHasCloseButton | DockAreaHasCloseButton | OpaqueSplitterResize