]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
0022777: [CEA 1291] Display the name of an object in the 3D View (edited)
authormpa <mpa@opencascade.com>
Fri, 13 Mar 2015 12:53:16 +0000 (15:53 +0300)
committermpa <mpa@opencascade.com>
Fri, 13 Mar 2015 12:53:16 +0000 (15:53 +0300)
src/DisplayGUI/DisplayGUI.cxx

index 2255329cc2ec732f35b6406efa0be305be8fa37c..ed27084bf6d124583339b03e418e529817a662d3 100644 (file)
@@ -159,11 +159,12 @@ bool DisplayGUI::OnGUIEvent(int theCommandID, SUIT_Desktop* parent)
   case GEOMOp::OpTexture:        // POPUP MENU - DISPLAY MODE - TEXTURE
     ChangeDisplayMode( 3 );
     break;
-    case GEOMOp::OpVectors:        // POPUP MENU - DISPLAY MODE - SHOW EDGE DIRECTION
+  case GEOMOp::OpVectors:        // POPUP MENU - DISPLAY MODE - SHOW EDGE DIRECTION
     ChangeDisplayMode( 4 );
     break;
-    case GEOMOp::OpVertices:       // POPUP MENU - DISPLAY MODE - SHOW VERTICES
+  case GEOMOp::OpVertices:       // POPUP MENU - DISPLAY MODE - SHOW VERTICES
     ChangeDisplayMode( 5 );
+    break;
   case GEOMOp::OpShowName:       // POPUP MENU - DISPLAY MODE - SHOW NAME
     ChangeDisplayMode( 6 );
     break;