[Digikam-devel] [Bug 120053] digikam: whatthis info not closed when albumview is scrolled up or down with cursur keys

Gilles Caulier caulier.gilles at free.fr
Tue Apr 4 12:39:14 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=120053         




------- Additional Comments From caulier.gilles free fr  2006-04-04 13:39 -------
SVN commit 526297 by cgilles:

digikam from stable : bugfix : cleanup whatthis image info when album content is scroll with keys
CCMAIL: digikam-devel kde org
CCBUGS: 120053

 M  +3 -0      iconview.cpp  


--- trunk/extragear/graphics/digikam/digikam/iconview.cpp #526296:526297
 @ -1610,6 +1610,9  @
     {
         emit signalSelectionChanged();
         viewport()->update();
+        d->toolTipItem = 0;
+        d->toolTipTimer->stop();
+        slotToolTip();
     }
 }



More information about the Digikam-devel mailing list