[Digikam-devel] [Bug 133209] shift selection is not working in download screen
Marcel Wiesweg
marcel.wiesweg at gmx.de
Wed Aug 30 18:37:15 BST 2006
------- 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=133209
marcel.wiesweg gmx de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcel.wiesweg gmx de 2006-08-30 19:37 -------
SVN commit 578964 by mwiesweg:
Properly emit signalSelectionChanged when selecting with Shift
BUG: 133209
M +4 -2 iconview.cpp
--- trunk/extragear/graphics/digikam/digikam/iconview.cpp #578963:578964
@ -926,11 +926,11 @
else if (e->state() & Qt::ShiftButton)
{
blockSignals(true);
-
+
if (d->currItem)
{
clearSelection();
-
+
// select all items from/upto the current item
bool bwdSelect = false;
@ -969,6 +969,8 @
}
blockSignals(false);
+
+ emit signalSelectionChanged();
}
else
{
More information about the Digikam-devel
mailing list