aboutsummaryrefslogtreecommitdiff
path: root/dw/style.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/style.cc')
-rw-r--r--dw/style.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/dw/style.cc b/dw/style.cc
index 6cb93ef9..66b37c7b 100644
--- a/dw/style.cc
+++ b/dw/style.cc
@@ -150,7 +150,7 @@ int StyleAttrs::hashValue () {
width +
height +
margin.hashValue () +
- borderWidth.hashValue () +
+ borderWidth.hashValue () +
padding.hashValue () +
(intptr_t) borderColor.top +
(intptr_t) borderColor.right +
@@ -217,7 +217,7 @@ Style::~Style ()
x_tooltip->unref();
styleTable->remove (this);
- totalRef--;
+ totalRef--;
}
void Style::copyAttrs (StyleAttrs *attrs)
@@ -403,7 +403,7 @@ int Color::shadeColor (int color, Shading shading)
}
}
-
+
Color *Color::create (Layout *layout, int col)
{
ColorAttrs attrs(col);