[PanoramaViewer] fix channelMode issue

This commit is contained in:
Thomas Zorroche 2021-01-20 16:08:36 +01:00 committed by Fabien Castan
parent e134ad8308
commit b375770c67

View file

@ -31,6 +31,8 @@ AliceVision.PanoramaViewer {
clearBeforeLoad: true
channelMode : AliceVision.PanoramaViewer.EChannelMode.RGBA
property alias containsMouse: mouseArea.containsMouse
property alias mouseX: mouseArea.mouseX
property alias mouseY: mouseArea.mouseY