diff --git a/src/document/UBDocumentController.cpp b/src/document/UBDocumentController.cpp index 4b168e94..693fbd85 100644 --- a/src/document/UBDocumentController.cpp +++ b/src/document/UBDocumentController.cpp @@ -1566,11 +1566,11 @@ void UBDocumentTreeView::dropEvent(QDropEvent *event) } QApplication::restoreOverrideCursor(); - UBApplication::applicationController->showMessage(tr("%1 pages copied", "", total).arg(total), false); docModel->setHighLighted(QModelIndex()); } + UBApplication::applicationController->showMessage(tr("%1 pages copied", "", total).arg(total), false); UBApplication::documentController->TreeViewSelectionChanged(UBApplication::documentController->firstSelectedTreeIndex(), QModelIndex()); }