Skip to content

Commit 97e3d72

Browse files
Disabled focus highliighting in demo application
1 parent 682aaf6 commit 97e3d72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

demo/MainWindow.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,9 @@ CMainWindow::CMainWindow(QWidget *parent) :
574574
// dock widget.
575575
// CDockManager::setConfigFlag(CDockManager::HideSingleCentralWidgetTitleBar, true);
576576

577-
//CDockManager::setConfigFlag(CDockManager::AlwaysShowTabs, true);
578-
CDockManager::setConfigFlag(CDockManager::FocusHighlighting, true);
577+
// uncomment the following line to enable focus highlighting of the dock
578+
// widget that has the focus
579+
// CDockManager::setConfigFlag(CDockManager::FocusHighlighting, true);
579580

580581
// Now create the dock manager and its content
581582
d->DockManager = new CDockManager(this);

0 commit comments

Comments
 (0)