1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-17 12:02:48 +01:00

Allow extended selection in Internet view

This commit is contained in:
Arnaud Bienner 2011-10-13 23:57:57 +02:00
parent a526c7c13d
commit b3b890b9cf

View File

@ -28,6 +28,7 @@ InternetView::InternetView(QWidget *parent)
setItemDelegate(new LibraryItemDelegate(this));
SetExpandOnReset(false);
setAttribute(Qt::WA_MacShowFocusRect, false);
setSelectionMode(QAbstractItemView::ExtendedSelection);
}
void InternetView::contextMenuEvent(QContextMenuEvent* e) {