mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Allow only selecting one row in AutoTypeSelectView.
This commit is contained in:
parent
ba7b787dd3
commit
40ccd219f4
@ -26,6 +26,7 @@ AutoTypeSelectView::AutoTypeSelectView(QWidget* parent)
|
||||
setMouseTracking(true);
|
||||
setAllColumnsShowFocus(true);
|
||||
setDragEnabled(false);
|
||||
setSelectionMode(QAbstractItemView::SingleSelection);
|
||||
|
||||
connect(model(), SIGNAL(modelReset()), SLOT(selectFirstEntry()));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user