summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2017-05-29 20:51:48 +0000
committerjabiertxof <info@marker.es>2017-05-29 20:51:48 +0000
commit4e2d5438baa826e8c46df6d463e2a00345d3dace (patch)
treea3835943a182b7033eb47a57c7cb153bef7d0904 /src/ui
parentUpdate to trunk (diff)
downloadinkscape-4e2d5438baa826e8c46df6d463e2a00345d3dace.tar.gz
inkscape-4e2d5438baa826e8c46df6d463e2a00345d3dace.zip
Working on hide
(bzr r15711)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/tools/node-tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/node-tool.cpp b/src/ui/tools/node-tool.cpp
index eb4538057..6004a0de9 100644
--- a/src/ui/tools/node-tool.cpp
+++ b/src/ui/tools/node-tool.cpp
@@ -370,7 +370,7 @@ void gather_items(NodeTool *nt, SPItem *base, SPObject *obj, Inkscape::UI::Shape
//XML Tree being used directly here while it shouldn't be.
if (SP_IS_PATH(obj) &&
obj->getRepr()->attribute("inkscape:original-d") != NULL &&
- !SP_LPE_ITEM(obj)->hasPathEffectOfType(LivePathEffect::POWERCLIP))
+ !SP_LPE_ITEM(obj)->hasPathEffectOfType(Inkscape::LivePathEffect::POWERCLIP))
{
ShapeRecord r;
r.item = static_cast<SPItem*>(obj);