mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-29 19:06:55 -05:00
Select newly created entries.
This commit is contained in:
parent
8122ab2b2c
commit
09248fdb14
5 changed files with 16 additions and 0 deletions
|
|
@ -223,6 +223,8 @@ void DatabaseWidget::switchToView(bool accepted)
|
|||
else if (m_newEntry) {
|
||||
if (accepted) {
|
||||
m_newEntry->setGroup(m_newParent);
|
||||
m_entryView->setFocus();
|
||||
m_entryView->setCurrentEntry(m_newEntry);
|
||||
}
|
||||
else {
|
||||
delete m_newEntry;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue