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