mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[Panorama Viewer] Swap source and panoViewer in Qt Bindings
This commit is contained in:
parent
16c6244194
commit
627278b4be
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue