From e51d7fcc35565ffd52246af22e68913f07a0db02 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 7 Jun 2006 02:53:03 +0000 Subject: Fix regression with console having wrong font on startup. svn-id: r22967 --- gui/ThemeNew.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3