Ooops I had this one for testing purposes locally...

svn path=/trunk/KDE/kdebase/apps/; revision=721338
This commit is contained in:
Rafael Fernández López 2007-10-05 01:41:15 +00:00
parent ed6e161c09
commit 3ac92d5c0d

View file

@ -980,8 +980,8 @@ void KCategorizedView::startDrag(Qt::DropActions supportedActions)
// pixmap of selected icons to the dragging cursor, but it sets a non
// ARGB window so it is no transparent. Use QAbstractItemView when
// this is fixed on Qt.
//QListView::startDrag(supportedActions);
QAbstractItemView::startDrag(supportedActions);
// QAbstractItemView::startDrag(supportedActions);
QListView::startDrag(supportedActions);
d->isDragging = false;
d->mouseButtonPressed = false;