Commit 6b11902b authored by Clément Fauconnier's avatar Clément Fauconnier

active edit mode importing a file

parent d0a33b72
......@@ -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 ... "));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment