]> OCCT Git - occt.git/commitdiff
0032879: Visualization, AIS_ViewController - define separate gesture mappings for... CR0-WEEK-29
authorsshutina <sshutina@opencascade.com>
Tue, 18 Jul 2023 14:53:01 +0000 (15:53 +0100)
committersshutina <sshutina@opencascade.com>
Tue, 18 Jul 2023 14:53:01 +0000 (15:53 +0100)
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

index 9861c119253aa79838d2a86ff9b2cd3e638b2f5d..308e5b212836aef82f72f0ffd945db34f0b46dd7 100644 (file)
@@ -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)
 {