From 5113c265f595b8497e1c340e01177d425155ff3d Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Mon, 28 Nov 2016 23:07:00 +0100 Subject: update filter list when pasting and on import (bzr r15283) --- src/file.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/file.cpp') 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 -- cgit v1.2.3