Revision 831056
Go back to digest for 13th July 2008Bug Fixes in Multimedia
Nikolaj Hald Nielsen committed changes in /trunk/extragear/multimedia/amarok/src/collectionbrowser/CollectionTreeView.cpp:
This commit fixes the problem with the selection in the collection browser ( and all services using the CollectionTreeView ) getting completely "stuck" when mutiple items are selected bu dragging the mouse over them
The Selection by dragging the mouse across multiple items in general is a Qt feature that is activated when multi selection or extended selection modes are specified.
This cannot be disabled if we want the ability to select more than one item at a time.
The annoyance arises because this behaviour does not mix very well with dragging.
There is a bug on the Qt bugtracker ( 197089 ) that should improve this in Qt 4.5.0.
File Changes
Modified 1 files
- /trunk/extragear/multimedia/amarok/src/collectionbrowser/CollectionTreeView.cpp
1 files changed in total