mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-27 16:29:44 -05:00
Activate the auto-type select dialog after showing it.
That way it is brought to the front even when the main window is minimized.
This commit is contained in:
parent
54433637eb
commit
013a924e43
@ -178,6 +178,8 @@ void AutoType::performGlobalAutoType(const QList<Database*>& dbList)
|
|||||||
connect(selectDialog, SIGNAL(rejected()), SLOT(resetInAutoType()));
|
connect(selectDialog, SIGNAL(rejected()), SLOT(resetInAutoType()));
|
||||||
selectDialog->setEntries(entryList, sequenceHash);
|
selectDialog->setEntries(entryList, sequenceHash);
|
||||||
selectDialog->show();
|
selectDialog->show();
|
||||||
|
// necessary when the main window is minimized
|
||||||
|
selectDialog->activateWindow();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user