mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 18:31:58 +02:00
[PanoramaViewer] Change function calls to adapt to surface change in cpp
This commit is contained in:
parent
634d8a20b6
commit
e642b970ec
2 changed files with 3 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue