SVN commit 514483 by cgilles:
digikam from trunk : BugFix : Refresh properly current album icon view when Navigate buttons from image editor are used. The problem isn't really a problem with the current selection : the item selection is right, but the current album items aren't properlly refresh (similar problem than image properties side bar).
CCMAIL:
[hidden email], Mikolaj Machowski <
[hidden email]>
M +2 -1 imagewindow.cpp
--- trunk/extragear/graphics/digikam/utilities/imageeditor/editor/imagewindow.cpp #514482:514483
@@ -296,10 +296,11 @@
if (m_view)
{
IconItem* item = m_view->findItem(url.url());
+ m_view->clearSelection();
+ m_view->updateContents();
if (item)
m_view->setCurrentItem(item);
}
-
}
void ImageWindow::slotForward()
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel