summaryrefslogtreecommitdiffstats
path: root/src/object/sp-item.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-12-01 16:07:55 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-12-01 16:17:15 +0000
commitc4c77d4826cabf2d41e8614225609427f57fa1f4 (patch)
tree0a40b9be68336b3cd7be2f112414dcbd4157b292 /src/object/sp-item.cpp
parentAdd scrool insensitive and reset if desktop change size (diff)
downloadinkscape-c4c77d4826cabf2d41e8614225609427f57fa1f4.tar.gz
inkscape-c4c77d4826cabf2d41e8614225609427f57fa1f4.zip
Fix merge to master and add shortcut
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 6a9bd9615..e9ec95252 100644
--- a/src/object/sp-item.cpp
+++ b/src/object/sp-item.cpp
@@ -1179,7 +1179,7 @@ Inkscape::DrawingItem *SPItem::invoke_show(Inkscape::Drawing &drawing, unsigned
stroke_ps->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);
}
}
- ai->setItem(this);
+ ai->setData(this);
ai->setItemBounds(geometricBounds());
}