Salome HOME
INT PAL 0052858: VTK viewer is not updated at 'Controls - Reset' call
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Selection.cxx
index 1c99de1d85176c7e9cd25d17ce726f604f3c6cf3..24719c916088ec0925a4eda145518e579eab2b47 100644 (file)
@@ -355,7 +355,7 @@ QString SMESHGUI_Selection::controlMode() const
     QString mode = myControls[0];
     for( int ind = 1; ind < myControls.count(); ind++ ) {
       if( mode != myControls[ind] )
-        return "eNone";
+        return "eMixed"; // different controls used for different actors
     }
     return mode;
   }