mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-17 13:02:49 -05:00
Fix crash when pressing "cancel" on a history item.
This commit is contained in:
parent
855d79e28f
commit
bed58cde84
@ -463,6 +463,7 @@ void EditEntryWidget::cancel()
|
||||
if (m_history) {
|
||||
clear();
|
||||
Q_EMIT editFinished(false);
|
||||
return;
|
||||
}
|
||||
|
||||
if (!m_entry->iconUuid().isNull() &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user