[Digikam-devel] [Bug 167320] Filmstrip in album view is not synchronized correctly
Andi Clemens
andi.clemens at gmx.net
Sun Oct 19 10:27:08 BST 2008
http://bugs.kde.org/show_bug.cgi?id=167320
Andi Clemens andi clemens gmx net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #8 from Andi Clemens <andi clemens gmx net> 2008-10-19 11:27:06 ---
SVN commit 873272 by aclemens:
make triggerUpdate() call slotUpdate() directly, remove the timer
since the timer calls slotUpdate() immediately, we can also remove the timer
completely and call the slot manually from within triggerUpdate(), so no API
change will be done.
This seems to fix the problem that sometimes a thumbnail in the filmstrip isn't
shown correctly.
Maybe we don't even need triggerUpdate() anymore, but if we want to do
additional processing in there, this is the best solution right now that
doesn't change any program logic.
BUG:167320
M +2 -1 NEWS
M +1 -0 digikam/albumwidgetstack.cpp
M +1 -8 libs/widgets/common/thumbbar.cpp
WebSVN link: http://websvn.kde.org/?view=rev&revision=873272
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list