diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2016-11-28 22:07:00 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2016-11-28 22:07:00 +0000 |
| commit | 5113c265f595b8497e1c340e01177d425155ff3d (patch) | |
| tree | f1beeee5fbf8cf9f5b9beca942a4fc1251bb67bc /src/file.cpp | |
| parent | [Bug #1471443] Updated danish translation for 0.92. (diff) | |
| download | inkscape-5113c265f595b8497e1c340e01177d425155ff3d.tar.gz inkscape-5113c265f595b8497e1c340e01177d425155ff3d.zip | |
update filter list when pasting and on import
(bzr r15283)
Diffstat (limited to 'src/file.cpp')
| -rw-r--r-- | src/file.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file.cpp b/src/file.cpp index 56d82d7bc..ee66cc162 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -1324,6 +1324,7 @@ void sp_import_document(SPDesktop *desktop, SPDocument *clipdoc, bool in_place) selection->moveRelative(offset); } + target_document->emitReconstructionFinish(); } @@ -1423,6 +1424,7 @@ file_import(SPDocument *in_doc, const Glib::ustring &uri, } } } + in_doc->emitReconstructionFinish(); if (newgroup) new_obj = place_to_insert->appendChildRepr(newgroup); // release some stuff |
