From 6301372c21857f2b1b5d9a2dd97f1d13a5b7994e Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 11 Jan 2010 13:29:27 +0000 Subject: 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 --- src/dolphindetailsview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphindetailsview.h') 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 expandedUrls() const; - virtual QRegion visualRegionForSelection(const QItemSelection & selection) const; + virtual QRegion visualRegionForSelection(const QItemSelection& selection) const; protected: virtual bool event(QEvent* event); -- cgit v1.3