[Digikam-devel] branches/stable/extragear/graphics/digikam/digikam
Gilles Caulier
caulier.gilles at free.fr
Tue Apr 4 12:29:59 BST 2006
SVN commit 526293 by cgilles:
digikam from stable : bugfix : cleanup whatthis image info when album content is scroll with the mouse
CCMAIL: digikam-devel at kde.org
CCBUGS: 120052
M +2 -1 iconview.cpp
--- branches/stable/extragear/graphics/digikam/digikam/iconview.cpp #526292:526293
@@ -1149,7 +1149,8 @@
d->toolTipItem = 0;
d->toolTipTimer->stop();
slotToolTip();
-
+ viewport()->update();
+
QScrollView::contentsWheelEvent(e);
}
More information about the Digikam-devel
mailing list