mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-27 00:09:53 -05:00
Correct intermittent crash due to stale history items
This commit is contained in:
parent
8dad78194f
commit
5e2e12977d
@ -755,6 +755,8 @@ bool EditEntryWidget::commitEntry()
|
||||
}
|
||||
#endif
|
||||
|
||||
m_historyModel->setEntries(m_entry->historyItems());
|
||||
|
||||
showMessage(tr("Entry updated successfully."), MessageWidget::Positive);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user