diff options
Diffstat (limited to 'src/FbTk/TextTheme.cc')
-rw-r--r-- | src/FbTk/TextTheme.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/TextTheme.cc b/src/FbTk/TextTheme.cc index 848ee01..dad002e 100644 --- a/src/FbTk/TextTheme.cc +++ b/src/FbTk/TextTheme.cc | |||
@@ -38,10 +38,10 @@ TextTheme::TextTheme(Theme &theme, | |||
38 | // set default values | 38 | // set default values |
39 | m_text_color->setFromString("white", theme.screenNum()); | 39 | m_text_color->setFromString("white", theme.screenNum()); |
40 | 40 | ||
41 | update(); | 41 | updateTextColor(); |
42 | } | 42 | } |
43 | 43 | ||
44 | void TextTheme::update() { | 44 | void TextTheme::updateTextColor() { |
45 | m_text_gc.setForeground(*m_text_color); | 45 | m_text_gc.setForeground(*m_text_color); |
46 | } | 46 | } |
47 | 47 | ||