summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2013-04-21 00:19:01 +0000
committerMartin Owens <doctormo@gmail.com>2013-04-21 00:19:01 +0000
commit1ccc84f1bf89ffca03f0be9eccb386ed061cae5b (patch)
treeccb055cd835484d952c7ad29baadbd7856184b88 /src/selection-chemistry.cpp
parentRemove GLib error and remove some cruft (diff)
parentGroup bbox update (Bug 1168979) (diff)
downloadinkscape-1ccc84f1bf89ffca03f0be9eccb386ed061cae5b.tar.gz
inkscape-1ccc84f1bf89ffca03f0be9eccb386ed061cae5b.zip
Pull Merge
(bzr r12287)
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index 41ebc9bfc..fc410897a 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -360,6 +360,7 @@ void sp_selection_delete(SPDesktop *desktop)
selection->clear();
sp_selection_delete_impl(selected);
g_slist_free(const_cast<GSList *>(selected));
+ reinterpret_cast<SPObject *>(desktop->currentLayer())->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);
/* a tool may have set up private information in it's selection context
* that depends on desktop items. I think the only sane way to deal with