Better fix: custom icons get lost on restart
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@210 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -220,7 +220,6 @@ void CEditEntryDlg::OnButtonOK()
|
||||
}
|
||||
// MX-COMMENT: Should not this line go inside the if(Modflag) block?
|
||||
entry->setImage(IconIndex);
|
||||
entry->setOldImage(IconIndex);
|
||||
|
||||
if(ModFlag&&EntryMoved)done(2);
|
||||
else if(ModFlag)done(1);
|
||||
|
||||
Reference in New Issue
Block a user