diff options
| author | Laurent Montel <[email protected]> | 2020-03-19 14:00:15 +0100 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2020-03-19 14:00:15 +0100 |
| commit | 299e5f28593bedb8eb84888a2d67d8491afcc8a1 (patch) | |
| tree | 6c0f8fa829320a80e92f5a3ff4c616e4b894c459 /src/views | |
| parent | 234c8276317918f6755e388821bdc9ff27efe043 (diff) | |
| parent | 2bb54ffc6cb78a389330089f8cff88361f3f21b4 (diff) | |
Merge remote-tracking branch 'origin/release/20.04'
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() |
