diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/SlitTheme.hh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/SlitTheme.hh b/src/SlitTheme.hh index 9a14557..3c7c8d9 100644 --- a/src/SlitTheme.hh +++ b/src/SlitTheme.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: SlitTheme.hh,v 1.2 2003/06/24 16:28:40 fluxgen Exp $ | 22 | // $Id: SlitTheme.hh,v 1.3 2003/08/24 23:21:58 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef SLITTHEME_HH | 24 | #ifndef SLITTHEME_HH |
25 | #define SLITTHEME_HH | 25 | #define SLITTHEME_HH |
@@ -35,6 +35,10 @@ public: | |||
35 | m_border_width(*this, "slit.borderWidth", "Slit.borderWidth"), | 35 | m_border_width(*this, "slit.borderWidth", "Slit.borderWidth"), |
36 | m_bevel_width(*this, "slit.bevelWidth", "slit.bevelWidth"), | 36 | m_bevel_width(*this, "slit.bevelWidth", "slit.bevelWidth"), |
37 | m_border_color(*this, "slit.borderColor", "Slit.BorderColor") { | 37 | m_border_color(*this, "slit.borderColor", "Slit.BorderColor") { |
38 | m_texture.setDefaultValue(); | ||
39 | m_border_width.setDefaultValue(); | ||
40 | m_bevel_width.setDefaultValue(); | ||
41 | m_border_color.setDefaultValue(); | ||
38 | // default texture type | 42 | // default texture type |
39 | m_texture->setType(FbTk::Texture::SOLID); | 43 | m_texture->setType(FbTk::Texture::SOLID); |
40 | } | 44 | } |