[PanoramaViewer] add grid display by default

This commit is contained in:
Thomas Zorroche 2021-01-12 11:42:24 +01:00 committed by Fabien Castan
parent e23b20cd70
commit ccd26f8480

View file

@ -25,6 +25,8 @@ AliceVision.PanoramaViewer {
(root.sourceSize.height <= 0) ||
(root.sourceSize.height <= 0))
return Image.Null;
root.defaultControlPoints();
return Image.Ready;
}