diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/ThemeNew.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/ThemeNew.cpp b/gui/ThemeNew.cpp index 7fd8468be0..300e633060 100644 --- a/gui/ThemeNew.cpp +++ b/gui/ThemeNew.cpp @@ -160,8 +160,6 @@ bool ThemeNew::init() { processExtraValues(); } - setupFonts(); - for (int i = 0; i < kImageHandlesMax; ++i) { if (!_images[i]) { return false; @@ -1514,6 +1512,8 @@ void ThemeNew::processExtraValues() { warning("no valid 'inactive_dialog_shading' specified"); } + setupFonts(); + // load the colors from the config file setupColors(); |