mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-02 11:36:18 -04:00
Disable dragging items from the AutoTypeSelectView.
This commit is contained in:
parent
8fb2f9db7c
commit
54433637eb
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ AutoTypeSelectView::AutoTypeSelectView(QWidget* parent)
|
||||||
hideColumn(3);
|
hideColumn(3);
|
||||||
setMouseTracking(true);
|
setMouseTracking(true);
|
||||||
setAllColumnsShowFocus(true);
|
setAllColumnsShowFocus(true);
|
||||||
|
setDragEnabled(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void AutoTypeSelectView::setEntryList(const QList<Entry*>& entries)
|
void AutoTypeSelectView::setEntryList(const QList<Entry*>& entries)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue