Summary: | after deleting an image the image before the deleted image is displayed/selected instead of the image after the deleted one | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Johannes Tögel <jtoegel42> |
Component: | Albums-Trash | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | Julien, languitar, pietras.sp |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: |
Description
Johannes Tögel
2009-09-07 21:05:55 UTC
Hum, try with beta4 or better with current code from svn (beta5) Gilles Caulier Tried beta4, unfortunately no change. Is there some "easy way" to try it from svn? It takes a lot of time to compile all the libs and stuff... I can reproduce this at r1021090. The previous image is selected both in icon view and in preview mode. I can also reproduce this problem with rev1005586. SVN commit 1026415 by mwiesweg: Ensure that the next index is selected when removing. Old code, taken from Qt, would default to previous index. BUG: 206670 M +3 -1 NEWS M +6 -2 digikam/imagecategorizedview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1026415 *** Bug 208635 has been marked as a duplicate of this bug. *** As far as I can see, this is only fixed for the album view, but not for the preview window. So I'm reopening this bug. SVN commit 1035557 by aclemens: setCurrentIndex seems to work better in this case BUG:206670 M +1 -1 imagecategorizedview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1035557 |