diff --git a/src/document/UBDocumentController.cpp b/src/document/UBDocumentController.cpp index 55d82ce3..db095b51 100644 --- a/src/document/UBDocumentController.cpp +++ b/src/document/UBDocumentController.cpp @@ -2969,6 +2969,7 @@ void UBDocumentController::importFile() if (createdDocument) { selectDocument(createdDocument, true, true, true); + pageSelectionChanged(); } else { showMessage(tr("Failed to import file ... "));