diff options
author | simonb <simonb> | 2005-04-27 15:15:36 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-04-27 15:15:36 (GMT) |
commit | 9970dd11c7f9c0d9d91601c9e9785a857ca2c6d8 (patch) | |
tree | 5c2ed44be50661b590b7a2771a1fad6d4e845177 /src/TextTheme.cc | |
parent | 8a43bec0e8da33da4b8147658af0516c536a3309 (diff) | |
download | fluxbox-9970dd11c7f9c0d9d91601c9e9785a857ca2c6d8.zip fluxbox-9970dd11c7f9c0d9d91601c9e9785a857ca2c6d8.tar.bz2 |
fix a few more bugs with recent reworking stuff
Some fixes could incidentally fix a few other bugs... the flaws were
pre-existing, I've just been weeding out a lot of duplication
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 | } |