From 449bc86a6be653a9621378fd78593cdf043739d1 Mon Sep 17 00:00:00 2001 From: samoncrief Date: Mon, 6 Jan 2025 10:56:33 -0600 Subject: [PATCH] Test comment, class member clarification --- application/testing/CMakeLists.txt | 2 +- library/src/interactor_impl.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/testing/CMakeLists.txt b/application/testing/CMakeLists.txt index ecc67e4738..63c6af62c9 100644 --- a/application/testing/CMakeLists.txt +++ b/application/testing/CMakeLists.txt @@ -827,7 +827,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); }