aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/ThemeNew.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/ThemeNew.cpp b/gui/ThemeNew.cpp
index 1f64927a96..7fd8468be0 100644
--- a/gui/ThemeNew.cpp
+++ b/gui/ThemeNew.cpp
@@ -150,7 +150,6 @@ bool ThemeNew::init() {
if (_screen.pixels) {
_initOk = true;
clearAll();
- setupFonts();
resetDrawArea();
}
@@ -161,6 +160,8 @@ bool ThemeNew::init() {
processExtraValues();
}
+ setupFonts();
+
for (int i = 0; i < kImageHandlesMax; ++i) {
if (!_images[i]) {
return false;