Disable dragging items from the AutoTypeSelectView.
This commit is contained in:
@@ -25,6 +25,7 @@ AutoTypeSelectView::AutoTypeSelectView(QWidget* parent)
|
||||
hideColumn(3);
|
||||
setMouseTracking(true);
|
||||
setAllColumnsShowFocus(true);
|
||||
setDragEnabled(false);
|
||||
}
|
||||
|
||||
void AutoTypeSelectView::setEntryList(const QList<Entry*>& entries)
|
||||
|
||||
Reference in New Issue
Block a user