[Digikam-devel] [Bug 120052] digikam: redraw problem with whatthis info of an image show and start scrolling with the mouse
Gilles Caulier
caulier.gilles at free.fr
Tue Apr 4 12:30:08 BST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=120052
------- Additional Comments From caulier.gilles free fr 2006-04-04 13:30 -------
SVN commit 526293 by cgilles:
digikam from stable : bugfix : cleanup whatthis image info when album content is scroll with the mouse
CCMAIL: digikam-devel 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