diff options
Diffstat (limited to 'src/TextTheme.cc')
-rw-r--r-- | src/TextTheme.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/TextTheme.cc b/src/TextTheme.cc index 11b1051..da5b371 100644 --- a/src/TextTheme.cc +++ b/src/TextTheme.cc | |||
@@ -34,10 +34,6 @@ TextTheme::TextTheme(FbTk::Theme &theme, | |||
34 | m_text_color(theme, name + ".textColor", altname + ".TextColor"), | 34 | m_text_color(theme, name + ".textColor", altname + ".TextColor"), |
35 | m_justify(theme, name + ".justify", altname + ".Justify"), | 35 | m_justify(theme, name + ".justify", altname + ".Justify"), |
36 | m_text_gc(RootWindow(FbTk::App::instance()->display(), theme.screenNum())) { | 36 | m_text_gc(RootWindow(FbTk::App::instance()->display(), theme.screenNum())) { |
37 | *m_justify = FbTk::LEFT; | ||
38 | // set default values | ||
39 | m_font->load("fixed"); | ||
40 | m_text_color->setFromString("white", theme.screenNum()); | ||
41 | 37 | ||
42 | update(); | 38 | update(); |
43 | } | 39 | } |