diff options
Diffstat (limited to 'dw/style.cc')
-rw-r--r-- | dw/style.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/style.cc b/dw/style.cc index 2a1d4088..c14f3123 100644 --- a/dw/style.cc +++ b/dw/style.cc @@ -173,8 +173,8 @@ int StyleAttrs::hashValue () { borderCollapse + (intptr_t) borderColor.top + (intptr_t) borderColor.right + - (intptr_t) borderColor.bottom + - (intptr_t) borderColor.left + + (intptr_t) borderColor.bottom + + (intptr_t) borderColor.left + borderStyle.top + borderStyle.right + borderStyle.bottom + |