summaryrefslogtreecommitdiffstats
path: root/src/object/sp-item.cpp
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2018-12-01 12:32:12 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2018-12-01 12:32:12 +0000
commit212c5b08a1fc3ed62a11f5d19eb1dc8087785321 (patch)
tree395c6a5e2b0f64b8ff9e805adeefac694f2d7b37 /src/object/sp-item.cpp
parentdesktopwidget: C++ify a few members (diff)
parentReplace void* by SPItem* to avoid static casts. (diff)
downloadinkscape-212c5b08a1fc3ed62a11f5d19eb1dc8087785321.tar.gz
inkscape-212c5b08a1fc3ed62a11f5d19eb1dc8087785321.zip
Merge branch 'master' of gitlab.com:inkscape/inkscape
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 e9ec95252..6a9bd9615 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->setData(this);
+ ai->setItem(this);
ai->setItemBounds(geometricBounds());
}