mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Fix theme initialization in Themable
This commit is contained in:
@ -16,7 +16,8 @@ protected:
|
||||
applyTheme(theme);
|
||||
});
|
||||
|
||||
applyTheme(ThemeManager::instance().getCurrentTheme());
|
||||
theme = ThemeManager::instance().getCurrentTheme();
|
||||
applyTheme(theme);
|
||||
}
|
||||
|
||||
virtual void applyTheme(const Theme &theme) = 0;
|
||||
|
||||
Reference in New Issue
Block a user