Gui: Fix order of stylesheet applying
This commit is contained in:
committed by
Chris Hennes
parent
08aeb5d65b
commit
a09de19764
@@ -406,11 +406,6 @@ void DlgSettingsGeneral::saveThemes()
|
||||
}
|
||||
}
|
||||
|
||||
// Set the StyleSheet
|
||||
QString sheet = QString::fromStdString(hGrp->GetASCII("StyleSheet"));
|
||||
bool tiledBackground = hGrp->GetBool("TiledBackground", false);
|
||||
Application::Instance->setStyleSheet(sheet, tiledBackground);
|
||||
|
||||
themeChanged = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user