From ba3e70ffe075bfee6cf172b4f0405709f1ad1200 Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Mon, 19 Nov 2012 22:06:29 +0100 Subject: Clear the previous selection when selecting pasted or dropped items This fixes a recent regression in the 4.9 branch caused by b25059e803e7eed54f0593605a4066882d63bce2. BUG: 310365 FIXED-IN: 4.9.4 REVIEW: 107389 --- src/views/dolphinview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 7d8e8b76a..f756de05e 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -759,6 +759,7 @@ private: QPoint m_restoredContentsPosition; QList m_selectedUrls; // Used for making the view to remember selections after F5 + bool m_clearSelectionBeforeSelectingNewItems; VersionControlObserver* m_versionControlObserver; -- cgit v1.3