mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-29 01:28:47 -04:00
Fix crash when pressing "cancel" on a history item.
This commit is contained in:
parent
855d79e28f
commit
bed58cde84
1 changed files with 1 additions and 0 deletions
|
@ -463,6 +463,7 @@ void EditEntryWidget::cancel()
|
|||
if (m_history) {
|
||||
clear();
|
||||
Q_EMIT editFinished(false);
|
||||
return;
|
||||
}
|
||||
|
||||
if (!m_entry->iconUuid().isNull() &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue