diff --git a/meshroom/ui/qml/Viewer/PanoramaViewer.qml b/meshroom/ui/qml/Viewer/PanoramaViewer.qml index d144cf6f..c900907c 100644 --- a/meshroom/ui/qml/Viewer/PanoramaViewer.qml +++ b/meshroom/ui/qml/Viewer/PanoramaViewer.qml @@ -152,12 +152,14 @@ AliceVision.PanoramaViewer { } onPressed:{ + _reconstruction.beginModification("Panorama Manual Rotation"); isRotating = true; lastX = mouse.x; lastY = mouse.y; } onReleased: { + _reconstruction.endModification(); isRotating = false; lastX = 0 lastY = 0