Disabled focus highliighting in demo application

This commit is contained in:
Uwe Kindler 2020-06-09 22:00:46 +02:00
parent 682aaf66eb
commit 97e3d72566

View File

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