diff --git a/src/autotype/AutoTypeSelectView.cpp b/src/autotype/AutoTypeSelectView.cpp index 054a351c..95c5c406 100644 --- a/src/autotype/AutoTypeSelectView.cpp +++ b/src/autotype/AutoTypeSelectView.cpp @@ -25,6 +25,7 @@ AutoTypeSelectView::AutoTypeSelectView(QWidget* parent) hideColumn(3); setMouseTracking(true); setAllColumnsShowFocus(true); + setDragEnabled(false); } void AutoTypeSelectView::setEntryList(const QList& entries)