[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 80ee18e5ff
commit 613dba2a33

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