diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2007-05-17 13:09:06 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2007-05-17 13:09:06 +0000 |
| commit | 767301cd102603b19e5dc3eb5e7583c273dd2a45 (patch) | |
| tree | 4d55d7f0d8873b4586ed209a247bfa97fa6d6f5b /src/path-chemistry.cpp | |
| parent | Fix a couple of unannotated transactions causing g_warning from finish_incomp... (diff) | |
| download | inkscape-767301cd102603b19e5dc3eb5e7583c273dd2a45.tar.gz inkscape-767301cd102603b19e5dc3eb5e7583c273dd2a45.zip | |
doc: document a minor bug (or unexpected behaviour).
(bzr r3020)
Diffstat (limited to 'src/path-chemistry.cpp')
| -rw-r--r-- | src/path-chemistry.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
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); } |
