summaryrefslogtreecommitdiffstats
path: root/src/seltrans.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/seltrans.cpp')
-rw-r--r--src/seltrans.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/seltrans.cpp b/src/seltrans.cpp
index 2eeafd8d2..52907af30 100644
--- a/src/seltrans.cpp
+++ b/src/seltrans.cpp
@@ -605,6 +605,8 @@ void Inkscape::SelTrans::handleClick(SPKnot *knot, guint state, SPSelTransHandle
SPItem *it = (SPItem*)sp_object_ref(SP_OBJECT(l->data), NULL);
it->unsetCenter();
SP_OBJECT(it)->updateRepr();
+ _center_is_set = false; // center has changed
+ _updateHandles();
}
sp_document_maybe_done (sp_desktop_document(_desktop), "center::unset");
}