aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/TextTheme.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/TextTheme.cc b/src/TextTheme.cc
index b90da0d..b54adcf 100644
--- a/src/TextTheme.cc
+++ b/src/TextTheme.cc
@@ -20,7 +20,7 @@
20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21// DEALINGS IN THE SOFTWARE. 21// DEALINGS IN THE SOFTWARE.
22 22
23// $Id: TextTheme.cc,v 1.1 2003/08/11 14:28:38 fluxgen Exp $ 23// $Id: TextTheme.cc,v 1.2 2003/08/12 00:20:47 fluxgen Exp $
24 24
25#include "TextTheme.hh" 25#include "TextTheme.hh"
26 26
@@ -38,6 +38,7 @@ TextTheme::TextTheme(FbTk::Theme &theme,
38 theme.screenNum()), 0, 0)) { 38 theme.screenNum()), 0, 0)) {
39 // load default font 39 // load default font
40 m_font->load("fixed"); 40 m_font->load("fixed");
41 update();
41} 42}
42 43
43TextTheme::~TextTheme() { 44TextTheme::~TextTheme() {