Fixed build issues and improved styling
Improved styling of close buttons and focused close buttons
This commit is contained in:
@@ -810,7 +810,7 @@ void CFloatingDockContainer::showEvent(QShowEvent *event)
|
||||
{
|
||||
Super::showEvent(event);
|
||||
#ifdef Q_OS_LINUX
|
||||
if (CDockManager::testConfigFlag(CDockManager::FocusStyling))
|
||||
if (CDockManager::testConfigFlag(CDockManager::FocusHighlighting))
|
||||
{
|
||||
this->window()->activateWindow();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user