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:
parent
103db22270
commit
af69e36ae6
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ class DarkblueTheme: public Theme
|
|||
|
||||
virtual void load() const
|
||||
{
|
||||
Theme::load();
|
||||
loadColors();
|
||||
loadMenusIcons();
|
||||
loadThemeBitmaps();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue