mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Fix database master key dirtying
* When removing portions of the master key, the key is marked dirty for saving * Properly clear password and other fields in edit entry widget and password widgets
This commit is contained in:
parent
edef225eab
commit
cb2900f5a9
4 changed files with 20 additions and 4 deletions
|
@ -993,6 +993,13 @@ void EditEntryWidget::clear()
|
|||
{
|
||||
m_entry = nullptr;
|
||||
m_db.reset();
|
||||
|
||||
m_mainUi->titleEdit->setText("");
|
||||
m_mainUi->passwordEdit->setText("");
|
||||
m_mainUi->passwordRepeatEdit->setText("");
|
||||
m_mainUi->urlEdit->setText("");
|
||||
m_mainUi->notesEdit->clear();
|
||||
|
||||
m_entryAttributes->clear();
|
||||
m_advancedUi->attachmentsWidget->clearAttachments();
|
||||
m_autoTypeAssoc->clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue