4
0
mirror of https://github.com/QuasarApp/ViewSolutions.git synced 2025-05-09 16:09:53 +00:00

update image view

This commit is contained in:
Andrei Yankovich 2025-04-24 17:22:43 +02:00
parent c0a566861a
commit da2afe699e

@ -33,7 +33,7 @@ AbstractButton {
function onStatusChanged(status) {
if (status === Image.Ready) {
root.backgroundColor = colorPicker.pick(source);
root.backgroundColor = colorPicker.pick(root.source);
}
}
}