[Digikam-devel] extragear/graphics/digikam/utilities/imageeditor/editor

Gilles Caulier caulier.gilles at free.fr
Tue Feb 28 15:06:44 GMT 2006


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: digikam-devel at kde.org,  Mikolaj Machowski <mikmach at wp.pl>

 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()



More information about the Digikam-devel mailing list