[Panorama Viewer] downscale spinbox works

This commit is contained in:
Thomas Zorroche 2021-01-26 14:09:06 +01:00 committed by Fabien Castan
parent 8ee2daa565
commit 7e22f672a1

View file

@ -51,6 +51,12 @@ AliceVision.PanoramaViewer {
}
}
onDownscaleValueChanged: {
for (var i = 0; i < repeater.model; i++) {
repeater.itemAt(i).item.setDownscale(downscaleValue);
}
}
clearBeforeLoad: true
channelMode : AliceVision.PanoramaViewer.EChannelMode.RGBA