diff options
-rw-r--r-- | src/BorderTheme.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/BorderTheme.cc b/src/BorderTheme.cc index 510d44a..02faf05 100644 --- a/src/BorderTheme.cc +++ b/src/BorderTheme.cc | |||
@@ -4,4 +4,6 @@ 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 | |||
8 | *m_width = 0; | ||
7 | } | 9 | } |