diff options
Diffstat (limited to 'src/BorderTheme.cc')
-rw-r--r-- | src/BorderTheme.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/BorderTheme.cc b/src/BorderTheme.cc index 02faf05..fe387a1 100644 --- a/src/BorderTheme.cc +++ b/src/BorderTheme.cc | |||
@@ -4,6 +4,7 @@ BorderTheme::BorderTheme(FbTk::Theme &theme, const std::string &name, | |||
4 | const std::string &altname): | 4 | const std::string &altname): |
5 | m_width(theme, name + ".borderWidth", altname + ".BorderWidth"), | 5 | m_width(theme, name + ".borderWidth", altname + ".BorderWidth"), |
6 | m_color(theme, name + ".borderColor", altname + ".BorderColor") { | 6 | m_color(theme, name + ".borderColor", altname + ".BorderColor") { |
7 | 7 | // set default values | |
8 | *m_width = 0; | 8 | *m_width = 0; |
9 | m_color->setFromString("black", theme.screenNum()); | ||
9 | } | 10 | } |