Fixed: Modified entry does not refresh Entry Details Pane (Bug #2782262)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@322 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
parent
50d5a10ff0
commit
77436ede05
|
@ -256,6 +256,9 @@ void KeepassEntryView::editEntry(EntryViewItem* item){
|
||||||
if ((bGroup = db->backupGroup())!=NULL)
|
if ((bGroup = db->backupGroup())!=NULL)
|
||||||
db->addEntry(&old, bGroup);
|
db->addEntry(&old, bGroup);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (result == 1)
|
||||||
|
OnItemsChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue