From: Rafael Fernández López Date: Sun, 16 Dec 2007 22:55:20 +0000 (+0000) Subject: Avoid painting problems with the rubberband X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/d29264df2293297b0962ccbe325c299263441192 Avoid painting problems with the rubberband svn path=/trunk/KDE/kdebase/apps/; revision=749270 --- diff --git a/src/kcategorizedview.cpp b/src/kcategorizedview.cpp index 42ee7b1ad..3a5363807 100644 --- a/src/kcategorizedview.cpp +++ b/src/kcategorizedview.cpp @@ -1041,6 +1041,8 @@ void KCategorizedView::mouseMoveEvent(QMouseEvent *event) } rect = QRect(start, end).intersected(viewport()->rect().adjusted(-16, -16, 16, 16)); + + viewport()->update(); } }