diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2018-12-01 12:32:12 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2018-12-01 12:32:12 +0000 |
| commit | 212c5b08a1fc3ed62a11f5d19eb1dc8087785321 (patch) | |
| tree | 395c6a5e2b0f64b8ff9e805adeefac694f2d7b37 /src/object/sp-item.cpp | |
| parent | desktopwidget: C++ify a few members (diff) | |
| parent | Replace void* by SPItem* to avoid static casts. (diff) | |
| download | inkscape-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.cpp | 2 |
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()); } |
