| Summary: | digikam: whatthis info not closed when albumview is scrolled up or down with cursur keys | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Achim Bohnet <ach> |
| Component: | Usability-Ergonomy | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 0.9.0 | |
| Sentry Crash Report: | |||
|
Description
Achim Bohnet
2006-01-13 17:54:10 UTC
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(); } } SVN commit 526298 by cgilles: digikam from trunk : bugfix : cleanup whatthis image info when album content is scroll with keys CCMAIL: digikam-devel@kde.org CCBUGS: 120053 M +3 -0 iconview.cpp --- branches/stable/extragear/graphics/digikam/digikam/iconview.cpp #526297:526298 @@ -1587,6 +1587,9 @@ { emit signalSelectionChanged(); viewport()->update(); + d->toolTipItem = 0; + d->toolTipTimer->stop(); + slotToolTip(); } } And another one fixed Achim (:=))). I close this file Gilles |