make subimage update the image anchors

This commit is contained in:
WolfGang 2018-04-04 17:28:55 +01:00
parent 86afa211eb
commit f9bcd23463

View file

@ -62,6 +62,7 @@ Overlay {
case "height": image.ySize = value; break;
}
}
image.resizer.start();
}
function updatePropertiesFromScript(properties) {