(0.2.1 RC)
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@83 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -107,6 +107,7 @@ if(!icon.load(filename)){
|
||||
return;
|
||||
}
|
||||
db->replaceIcon(List->currentItem()->data(32).toInt(),icon.scaled(16,16,Qt::KeepAspectRatio,Qt::SmoothTransformation));
|
||||
List->currentItem()->setIcon(QIcon(db->icon(List->currentItem()->data(32).toInt())));
|
||||
}
|
||||
|
||||
void CSelectIconDlg::OnPickIcon(){
|
||||
|
||||
Reference in New Issue
Block a user