diff --git a/application/testing/CMakeLists.txt b/application/testing/CMakeLists.txt index 9e592d230b..4d9cd7e1fa 100644 --- a/application/testing/CMakeLists.txt +++ b/application/testing/CMakeLists.txt @@ -825,7 +825,7 @@ f3d_test(NAME TestInteractionOrthographicProjection DATA cow.vtp INTERACTION) #5 f3d_test(NAME TestInteractionZoomToggleOrthographicProjection DATA cow.vtp INTERACTION) #MouseWheel;5;Mousewheelx6;5 f3d_test(NAME TestInteractionRotateCameraMinus90 DATA f3d.glb INTERACTION) f3d_test(NAME TestInteractionRotateCamera90 DATA f3d.glb INTERACTION) -f3d_test(NAME TestInteractionRollCameraRotation DATA f3d.glb INTERACTION) +f3d_test(NAME TestInteractionRollCameraRotation DATA f3d.glb INTERACTION) #1;4;LeftMouse;MouseMovements f3d_test(NAME TestInteractionPanWithShift DATA f3d.glb INTERACTION) #Shift;LeftMouse;MouseMovements f3d_test(NAME TestInteractionConsoleOpen DATA f3d.glb INTERACTION UI) #Escape f3d_test(NAME TestInteractionConsoleOpenExit DATA f3d.glb REGEXP "Interactor has been stopped" INTERACTION NO_BASELINE UI) #Escape;exit;Return diff --git a/library/src/interactor_impl.cxx b/library/src/interactor_impl.cxx index d74290de40..757f313efa 100644 --- a/library/src/interactor_impl.cxx +++ b/library/src/interactor_impl.cxx @@ -187,7 +187,7 @@ class interactor_impl::internals /* set camera coordinates back */ cam.setPosition(newPos); cam.setViewUp(up); - Style->EndTemporaryUp(); + this->Style->EndTemporaryUp(); cam.resetToBounds(0.9); }