diff --git a/src/autotype/AutoType.cpp b/src/autotype/AutoType.cpp index 82a969610..5cf825c22 100644 --- a/src/autotype/AutoType.cpp +++ b/src/autotype/AutoType.cpp @@ -178,6 +178,8 @@ void AutoType::performGlobalAutoType(const QList& dbList) connect(selectDialog, SIGNAL(rejected()), SLOT(resetInAutoType())); selectDialog->setEntries(entryList, sequenceHash); selectDialog->show(); + // necessary when the main window is minimized + selectDialog->activateWindow(); } }