diff options
| author | Simon Paul St James <[email protected]> | 2008-10-27 20:55:54 +0000 |
|---|---|---|
| committer | Simon Paul St James <[email protected]> | 2008-10-27 20:55:54 +0000 |
| commit | ad647bd0a050a54a2db4c15e363d2f0143f6d34e (patch) | |
| tree | 8caf4c5795099819fedb80d33c5803e75fc0e604 /src/dolphindetailsview.h | |
| parent | 75480d07cd820c75ca418b990d3059f154bbdf6e (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.h | 3 |
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; }; |
