summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6d4172e)
raw | patch | inline | side by side (parent: 6d4172e)
author | pjrm <pjrm@users.sourceforge.net> | |
Thu, 17 May 2007 13:09:06 +0000 (13:09 +0000) | ||
committer | pjrm <pjrm@users.sourceforge.net> | |
Thu, 17 May 2007 13:09:06 +0000 (13:09 +0000) |
src/path-chemistry.cpp | patch | blob | history |
diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp
index 9a8eb3e9237b16ed1318d8aa5cca929b9ce2270b..cbb157c3dc24099c4945742ec66cdd6becae8e9f 100644 (file)
--- a/src/path-chemistry.cpp
+++ b/src/path-chemistry.cpp
selection->remove(item);
- // it's going to resurrect, so we delete without advertisement
+ // It's going to resurrect, so we delete without notifying listeners.
SP_OBJECT(item)->deleteObject(false);
// restore id
// move to the saved position
repr->setPosition(pos > 0 ? pos : 0);
+ /* Buglet: We don't re-add the (new version of the) object to the selection of any other
+ * desktops where it was previously selected. */
selection->add(repr);
Inkscape::GC::release(repr);
}