From 189100d6cbd56b744e54f0dbdc98b76e7dbe3dc4 Mon Sep 17 00:00:00 2001 From: pjrm Date: Thu, 17 May 2007 13:09:06 +0000 Subject: [PATCH] doc: document a minor bug (or unexpected behaviour). --- src/path-chemistry.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp index 9a8eb3e92..cbb157c3d 100644 --- a/src/path-chemistry.cpp +++ b/src/path-chemistry.cpp @@ -282,7 +282,7 @@ sp_selected_path_to_curves0(gboolean interactive, guint32 text_grouping_policy) 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 @@ -292,6 +292,8 @@ sp_selected_path_to_curves0(gboolean interactive, guint32 text_grouping_policy) // 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); } -- 2.30.2