summaryrefslogtreecommitdiffstats
path: root/src/object/sp-item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-item.cpp')
-rw-r--r--src/object/sp-item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-item.cpp b/src/object/sp-item.cpp
index 5adecf358..5a8e23e84 100644
--- a/src/object/sp-item.cpp
+++ b/src/object/sp-item.cpp
@@ -176,7 +176,7 @@ guint32 SPItem::highlight_color() const {
else
{
static Inkscape::Preferences *prefs = Inkscape::Preferences::get();
- return prefs->getInt("/tools/nodes/highlight_color", 0xff0000ff) | 0x00000000;
+ return prefs->getInt("/tools/nodes/highlight_color", 0xff0000ff);
}
}
}