From e2080b5cfc5d59a26109cb2f280979fbeab33784 Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Fri, 3 Jul 2020 22:22:00 +0200 Subject: [PATCH] Restored default dock manager config flag settings --- demo/MainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/MainWindow.cpp b/demo/MainWindow.cpp index 398f059..c73a205 100644 --- a/demo/MainWindow.cpp +++ b/demo/MainWindow.cpp @@ -590,7 +590,7 @@ CMainWindow::CMainWindow(QWidget *parent) : // uncomment the following line to enable focus highlighting of the dock // widget that has the focus - CDockManager::setConfigFlag(CDockManager::FocusHighlighting, true); + // CDockManager::setConfigFlag(CDockManager::FocusHighlighting, true); // uncomment if you would like to enable an equal distribution of the // available size of a splitter to all contained dock widgets