bug: fixing some adding and updating issues
This commit is contained in:
parent
f084e6d88d
commit
82466ee6fc
2 changed files with 19 additions and 5 deletions
|
@ -120,7 +120,7 @@ Item {
|
|||
}
|
||||
|
||||
function changeImage(index) {
|
||||
let img = imageProxyModel.getImage(index);
|
||||
let img = imageProxyModel.imageModel.getItem(index);
|
||||
root.image = img;
|
||||
console.log(img.filePath.toString());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue