1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00

Call class load method when loading the dark blue theme (#7236)

This commit is contained in:
Ben Lye 2019-12-23 10:40:38 +00:00 committed by 3djc
parent 103db22270
commit af69e36ae6

View file

@ -228,6 +228,7 @@ class DarkblueTheme: public Theme
virtual void load() const
{
Theme::load();
loadColors();
loadMenusIcons();
loadThemeBitmaps();