diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-07-31 18:53:10 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-07-31 18:53:10 +0000 |
| commit | b9a8b72cd7bb5c6dbfe5118f15fa870cff8eb4c5 (patch) | |
| tree | f03ab446c694c8de43a718034f750c1a50daf580 /src/knotholder.cpp | |
| parent | Fix make check (diff) | |
| download | inkscape-b9a8b72cd7bb5c6dbfe5118f15fa870cff8eb4c5.tar.gz inkscape-b9a8b72cd7bb5c6dbfe5118f15fa870cff8eb4c5.zip | |
I'm an idiot
(bzr r13090.1.97)
Diffstat (limited to 'src/knotholder.cpp')
| -rw-r--r-- | src/knotholder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knotholder.cpp b/src/knotholder.cpp index aea983cbb..9890647e1 100644 --- a/src/knotholder.cpp +++ b/src/knotholder.cpp @@ -213,7 +213,7 @@ KnotHolder::knot_ungrabbed_handler(SPKnot */*knot*/, guint) if (dynamic_cast<SPLPEItem*> (object)) { // This writes all parameters to SVG. Is this sufficiently efficient or should we only // write the ones that were changed? - SPLPEItem * lpeitem = SP_LPE_ITEM(this->item); + SPLPEItem * lpeitem = SP_LPE_ITEM(object); if (lpeitem) { Inkscape::LivePathEffect::Effect *lpe = lpeitem->getCurrentLPE(); if (lpe) { |
