]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fixed bug GVIEW10285 : Both button ?M? and ?m? increase presentation of points in...
authorouv <ouv@opencascade.com>
Fri, 14 Oct 2005 08:21:07 +0000 (08:21 +0000)
committerouv <ouv@opencascade.com>
Fri, 14 Oct 2005 08:21:07 +0000 (08:21 +0000)
src/OBJECT/VISU_GaussPtsAct.cxx

index 13d127c74c047881dd2400d713b5a0fab650a823..5646fd4cdadf73dc2b1402ab2c16cf8131c16e44 100644 (file)
@@ -433,13 +433,9 @@ VISU_GaussPtsAct
   switch(theEvent){
   case vtkCommand::CharEvent: {
     switch(myInteractor->GetKeyCode()) {
-    case 'm' :
     case 'M' :
-      myChangeMagnification = true;
-      break;
-    case 'n' :
-    case 'N' :
-      myChangeMagnification = false;
+    case 'm' :
+      myChangeMagnification = myInteractor->GetShiftKey();
       break;
     default:
       return;