Skip to content

Commit e2080b5

Browse files
Restored default dock manager config flag settings
1 parent 679fa81 commit e2080b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/MainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ CMainWindow::CMainWindow(QWidget *parent) :
590590

591591
// uncomment the following line to enable focus highlighting of the dock
592592
// widget that has the focus
593-
CDockManager::setConfigFlag(CDockManager::FocusHighlighting, true);
593+
// CDockManager::setConfigFlag(CDockManager::FocusHighlighting, true);
594594

595595
// uncomment if you would like to enable an equal distribution of the
596596
// available size of a splitter to all contained dock widgets

0 commit comments

Comments
 (0)