mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +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
|
virtual void load() const
|
||||||
{
|
{
|
||||||
|
Theme::load();
|
||||||
loadColors();
|
loadColors();
|
||||||
loadMenusIcons();
|
loadMenusIcons();
|
||||||
loadThemeBitmaps();
|
loadThemeBitmaps();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue