diff options
| author | Peter Penz <[email protected]> | 2010-01-11 13:29:27 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-01-11 13:29:27 +0000 |
| commit | 6301372c21857f2b1b5d9a2dd97f1d13a5b7994e (patch) | |
| tree | ec9b979cc6c6c3233e357a4c0b8dfe3537f6e7cb /src/dolphindetailsview.h | |
| parent | c8ad5fd5b615f7d1a5ed1e793bfc367f7d3966b3 (diff) | |
Fixed issue in details view, that "sometimes" the rubberband selection only selects one item after an item has been deleted.
It took me nearly 30 minutes to find out how to reproduce this issue 100 % reliable:
- a confirm dialog must be shown (thanks a lot to Dario for the hint!)
- the most important part: the keys (e. g. Shift + Del) must be pressed long enough until the confirm dialog grabs the focus from the details view...
BUG: 220898
BUG: 183386
BUG: 203112
svn path=/trunk/KDE/kdebase/apps/; revision=1073043
Diffstat (limited to 'src/dolphindetailsview.h')
| -rw-r--r-- | src/dolphindetailsview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphindetailsview.h b/src/dolphindetailsview.h index 3bd62d33f..ddf47bfc3 100644 --- a/src/dolphindetailsview.h +++ b/src/dolphindetailsview.h @@ -52,7 +52,7 @@ public: */ QSet<KUrl> expandedUrls() const; - virtual QRegion visualRegionForSelection(const QItemSelection & selection) const; + virtual QRegion visualRegionForSelection(const QItemSelection& selection) const; protected: virtual bool event(QEvent* event); |
