From: Elvis Angelaccio Date: Tue, 17 Mar 2020 21:58:58 +0000 (+0100) Subject: Select new duplicated items X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/b6e13f9d5728e58ffc567f2071561af8a867fe1f Select new duplicated items Summary: This should have been part of commit 405dd624fb Test Plan: Duplicate item and make sure it gets selected. Reviewers: ngraham Reviewed By: ngraham Subscribers: kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D28084 --- diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp index 776436032..2f9f2a386 100644 --- a/src/views/dolphinview.cpp +++ b/src/views/dolphinview.cpp @@ -747,6 +747,8 @@ void DolphinView::duplicateSelectedItems() KIO::FileUndoManager::self()->recordCopyJob(job); } } + + forceUrlsSelection(newSelection.first(), newSelection); } void DolphinView::stopLoading()