diff options
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 |
