mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-27 00:09:53 -05:00
Disable dragging items from the AutoTypeSelectView.
This commit is contained in:
parent
8fb2f9db7c
commit
54433637eb
@ -25,6 +25,7 @@ AutoTypeSelectView::AutoTypeSelectView(QWidget* parent)
|
||||
hideColumn(3);
|
||||
setMouseTracking(true);
|
||||
setAllColumnsShowFocus(true);
|
||||
setDragEnabled(false);
|
||||
}
|
||||
|
||||
void AutoTypeSelectView::setEntryList(const QList<Entry*>& entries)
|
||||
|
Loading…
Reference in New Issue
Block a user