From ad647bd0a050a54a2db4c15e363d2f0143f6d34e Mon Sep 17 00:00:00 2001 From: Simon Paul St James Date: Mon, 27 Oct 2008 20:55:54 +0000 Subject: Restore behaviour (I don't have an old version to check against, though!) - if CTRL is pressed when initiating elastic band, respect the item selection at that time while dragging the band. CCMAIL : peter.penz@gmx.at svn path=/trunk/KDE/kdebase/apps/; revision=876690 --- src/dolphindetailsview.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dolphindetailsview.h') diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index e974635e5..f564773bc 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -212,6 +212,9 @@ private: int outsideNearestRightEdge; int insideNearestLeftEdge; int insideNearestRightEdge; + // The set of items that were selected at the time this band was shown. + // NOTE: Unless CTRL was pressed when the band was created, this is always empty. + QItemSelection originalSelection; } m_band; }; -- cgit v1.3