mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-30 01:58:41 -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) {
|
if (m_history) {
|
||||||
clear();
|
clear();
|
||||||
Q_EMIT editFinished(false);
|
Q_EMIT editFinished(false);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!m_entry->iconUuid().isNull() &&
|
if (!m_entry->iconUuid().isNull() &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue