]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
PAL10710 - selection is lost if user clicks non-selectable actor or free point holdin...
authorasl <asl@opencascade.com>
Fri, 30 Dec 2005 13:42:31 +0000 (13:42 +0000)
committerasl <asl@opencascade.com>
Fri, 30 Dec 2005 13:42:31 +0000 (13:42 +0000)
src/SVTK/SVTK_InteractorStyle.cxx

index 4e8d08df13f1c5b8e6c6609088d300b9f7b09054..fa78468003f1319b3a69b661e64ec44eb9b69a26 100644 (file)
@@ -930,7 +930,8 @@ SVTK_InteractorStyle
                  } 
                }
              }
-           } else {
+           } else if( !myShiftState )
+           {
              this->HighlightProp( NULL );
              GetSelector()->ClearIObjects();
            }