[Panorama Viewer] Swap source and panoViewer in Qt Bindings

This commit is contained in:
Thomas Zorroche 2021-01-24 16:13:16 +01:00 committed by Fabien Castan
parent b8745d4f11
commit 9073e4fdf1

View file

@ -138,10 +138,10 @@ AliceVision.PanoramaViewer {
onActiveChanged: {
if(active) {
setSource("FloatImage.qml", {
'isPanoViewer' : true,
'source': Qt.binding(function() { return cSource; }),
'index' : index,
'idView': Qt.binding(function() { return cId; }),
'isPanoViewer' : true
})
console.warn(cSource)
} else {