diff options
| author | Elvis Angelaccio <[email protected]> | 2020-03-17 22:58:58 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2020-03-17 22:58:58 +0100 |
| commit | b6e13f9d5728e58ffc567f2071561af8a867fe1f (patch) | |
| tree | 3658e91e78f953b737bbf8c322af83284c17c35a /src/views | |
| parent | 496c6b9e39cb36e945ddc1c7f2ac9eca45ddacf8 (diff) | |
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
Diffstat (limited to 'src/views')
| -rw-r--r-- | src/views/dolphinview.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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() |
