Salome HOME
refs #1340 regression
authorisn <isn@opencascade.com>
Fri, 10 Nov 2017 11:58:57 +0000 (14:58 +0300)
committerisn <isn@opencascade.com>
Fri, 10 Nov 2017 11:58:57 +0000 (14:58 +0300)
src/HYDROGUI/HYDROGUI_Operations.cxx

index 91d3dc86448082e870096e134697aee3d925f24c..8a709139624a18b9b569e5961a139d5ba669b9a4 100644 (file)
@@ -770,8 +770,10 @@ LightApp_Operation* HYDROGUI_Module::createOperation( const int theId ) const
     break;
   case RegenerateRegionColorsId:
     anOp = new HYDROGUI_RegenerateRegionColorsOp( aModule );
+    break;
   case ZoneSetColorId:
     anOp = new HYDROGUI_ZoneSetColorOp( aModule );
+    break;
   }
 
   if( !anOp )