[Digikam-devel] [Bug 147147] digikam does not apply tags to some selected images

Marcel Wiesweg marcel.wiesweg at gmx.de
Tue Jun 26 18:16:47 BST 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=147147         
marcel.wiesweg gmx de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From marcel.wiesweg gmx de  2007-06-26 19:16 -------
SVN commit 680604 by mwiesweg:

Emit signalSelectionchanged after selecting all items under the rubber band.
While selecting the individual items, signals are blocked.

BUG: 147147


 M  +3 -0      iconview.cpp  


--- branches/extragear/kde3/graphics/digikam/digikam/iconview.cpp #680603:680604
 @ -1186,6 +1186,9  @
     p.end();
 
     d->pressedMoved = true;
+
+    if (changed)
+        emit signalSelectionChanged();
 }
 
 void IconView::contentsMouseReleaseEvent(QMouseEvent* e)



More information about the Digikam-devel mailing list