diff --git a/demo/MainWindow.cpp b/demo/MainWindow.cpp index c9016a4..05a5801 100644 --- a/demo/MainWindow.cpp +++ b/demo/MainWindow.cpp @@ -574,8 +574,9 @@ CMainWindow::CMainWindow(QWidget *parent) : // dock widget. // CDockManager::setConfigFlag(CDockManager::HideSingleCentralWidgetTitleBar, true); - //CDockManager::setConfigFlag(CDockManager::AlwaysShowTabs, true); - CDockManager::setConfigFlag(CDockManager::FocusHighlighting, true); + // uncomment the following line to enable focus highlighting of the dock + // widget that has the focus + // CDockManager::setConfigFlag(CDockManager::FocusHighlighting, true); // Now create the dock manager and its content d->DockManager = new CDockManager(this);