call pageSelectionChanged when importing a file

preferencesAboutTextFull
Clément Fauconnier 2 years ago
parent d206b31a0b
commit d3e82de307
  1. 1
      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 ... "));

Loading…
Cancel
Save