┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.h
diff options
context:
space:
mode:
authorSimon Paul St James <[email protected]>2008-10-27 20:55:54 +0000
committerSimon Paul St James <[email protected]>2008-10-27 20:55:54 +0000
commitad647bd0a050a54a2db4c15e363d2f0143f6d34e (patch)
tree8caf4c5795099819fedb80d33c5803e75fc0e604 /src/dolphindetailsview.h
parent75480d07cd820c75ca418b990d3059f154bbdf6e (diff)
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 : [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=876690
Diffstat (limited to 'src/dolphindetailsview.h')
-rw-r--r--src/dolphindetailsview.h3
1 files changed, 3 insertions, 0 deletions
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;
};