[PanoramaViewer] Change function calls to adapt to surface change in cpp

This commit is contained in:
Landrodie 2021-06-09 11:16:10 +02:00 committed by Fabien Castan
parent 634d8a20b6
commit e642b970ec
2 changed files with 3 additions and 3 deletions

View file

@ -149,7 +149,7 @@ AliceVision.FloatImageViewer {
}
function isMouseOver(mx, my) {
return root.isMouseInside(mx, my);
return root.surface.isMouseInside(mx, my);
}
function getMouseCoordinates(mx, my) {