From b0849b643c7d54bd435bc9fddaeb4924eb2f4abb Mon Sep 17 00:00:00 2001 From: fluxgen Date: Wed, 13 Aug 2003 15:26:35 +0000 Subject: default width --- src/BorderTheme.cc | 2 ++ 1 file changed, 2 insertions(+) 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, const std::string &altname): m_width(theme, name + ".borderWidth", altname + ".BorderWidth"), m_color(theme, name + ".borderColor", altname + ".BorderColor") { + + *m_width = 0; } -- cgit v0.11.2