Allow extended selection in Internet view
This commit is contained in:
parent
a526c7c13d
commit
b3b890b9cf
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue