From 6b11902b52f1dd0f36bb0d9c758e9dcad9bcfe9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fauconnier?= Date: Mon, 26 Nov 2018 15:21:24 +0100 Subject: [PATCH] active edit mode importing a file --- src/document/UBDocumentController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/document/UBDocumentController.cpp b/src/document/UBDocumentController.cpp index cce89fbf..206ae201 100644 --- a/src/document/UBDocumentController.cpp +++ b/src/document/UBDocumentController.cpp @@ -2615,7 +2615,7 @@ void UBDocumentController::importFile() createdDocument = docManager->importFile(selectedFile, groupName); if (createdDocument) { - selectDocument(createdDocument, true, true); + selectDocument(createdDocument, true, true, true); } else { showMessage(tr("Failed to import file ... "));