diff --git a/src/document/UBDocumentController.cpp b/src/document/UBDocumentController.cpp index ebce0117..2910e785 100644 --- a/src/document/UBDocumentController.cpp +++ b/src/document/UBDocumentController.cpp @@ -809,7 +809,7 @@ void UBDocumentController::deleteTreeItem(QTreeWidgetItem * item, bool showConfi if (mTrashTi->childCount()==0) selectDocument(NULL); else - selectDocument(((UBDocumentProxyTreeItem*)mTrashTi->child(0))->proxy()); + selectDocument(((UBDocumentProxyTreeItem*)mTrashTi->child(0))->proxy(), false); } reloadThumbnails();