mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -07:00
Remove namespace, fold I/O into structs.
Took 33 seconds
This commit is contained in:
parent
a39e133351
commit
64a5b36e88
4 changed files with 16 additions and 38 deletions
|
|
@ -288,7 +288,7 @@ void ThemeManager::applyStyleAndPalette(const QString &themeName,
|
|||
|
||||
// Overlay custom palette colours
|
||||
if (palCfg.hasPalette()) {
|
||||
base = palCfg.apply( base);
|
||||
base = palCfg.apply(base);
|
||||
}
|
||||
|
||||
// Palette BEFORE style — setStyle() triggers a synchronous repolish of all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue