From 2aebb2b42444d4935ab22a4cdcfc29bcfafe29f6 Mon Sep 17 00:00:00 2001 From: sshutina Date: Tue, 18 Jul 2023 15:53:01 +0100 Subject: [PATCH] 0032879: Visualization, AIS_ViewController - define separate gesture mappings for dragging Fixed problem of usage of objects dragging during zoom and pan Added new draw command to change gesture for muse buttons Added test --- src/ViewerTest/ViewerTest_ViewerCommands.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ViewerTest/ViewerTest_ViewerCommands.cxx b/src/ViewerTest/ViewerTest_ViewerCommands.cxx index 9861c11925..308e5b2128 100644 --- a/src/ViewerTest/ViewerTest_ViewerCommands.cxx +++ b/src/ViewerTest/ViewerTest_ViewerCommands.cxx @@ -13914,7 +13914,7 @@ static int VSelBvhBuild (Draw_Interpretor& /*theDI*/, Standard_Integer theNbArgs //function : VMouseGesture //purpose : //======================================================================= -static int VMouseGesture (Draw_Interpretor& /*theDI*/, +static int VMouseGesture (Draw_Interpretor&, Standard_Integer theArgsNb, const char** theArgVec) { -- 2.39.5