mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-26 00:05:34 -04: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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue