diff --git a/src/autotype/AutoTypeSelectView.cpp b/src/autotype/AutoTypeSelectView.cpp index 9bdf9d92..88d73e26 100644 --- a/src/autotype/AutoTypeSelectView.cpp +++ b/src/autotype/AutoTypeSelectView.cpp @@ -26,6 +26,7 @@ AutoTypeSelectView::AutoTypeSelectView(QWidget* parent) setMouseTracking(true); setAllColumnsShowFocus(true); setDragEnabled(false); + setSelectionMode(QAbstractItemView::SingleSelection); connect(model(), SIGNAL(modelReset()), SLOT(selectFirstEntry())); }