]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Merge remote-tracking branch 'origin/release/20.04'
authorLaurent Montel <montel@kde.org>
Thu, 19 Mar 2020 13:00:15 +0000 (14:00 +0100)
committerLaurent Montel <montel@kde.org>
Thu, 19 Mar 2020 13:00:15 +0000 (14:00 +0100)
src/panels/information/informationpanelcontent.cpp
src/views/dolphinview.cpp

index 5c1b7ae2240c227d12b5bc9881d413f78c592a8b..5c7c7c3f158936286b187716e9a2a4e688e3ff0e 100644 (file)
@@ -27,6 +27,7 @@
 #include <KLocalizedString>
 #include <KSeparator>
 #include <KStringHandler>
+#include <QPainterPath>
 
 #include <QIcon>
 #include <QTextDocument>
index 776436032e1e0815e29866febed011ef8b770c35..2f9f2a3869848e7ebcae80a811cf8d6c35e42776 100644 (file)
@@ -747,6 +747,8 @@ void DolphinView::duplicateSelectedItems()
             KIO::FileUndoManager::self()->recordCopyJob(job);
         }
     }
+
+    forceUrlsSelection(newSelection.first(), newSelection);
 }
 
 void DolphinView::stopLoading()