Commit 5231e426 authored by Craig Watson's avatar Craig Watson

Select a new document when trashing a multiple selection

(Not doing so resulted in either a trashed item being selected when
returning to board mode, or a crash if the item had been permanently
deleted)
parent ec6725de
...@@ -857,7 +857,7 @@ void UBDocumentController::deleteSelectedItem() ...@@ -857,7 +857,7 @@ void UBDocumentController::deleteSelectedItem()
deleteTreeItem(item, false, false); deleteTreeItem(item, false, false);
} }
//selectADocumentOnMultipleTrashing(); selectADocumentOnMultipleTrashing();
} }
else if (mSelectionType == Document || mSelectionType == Folder) { else if (mSelectionType == Document || mSelectionType == Folder) {
......
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