From: isn Date: Fri, 10 Nov 2017 11:58:57 +0000 (+0300) Subject: refs #1340 regression X-Git-Tag: v2.1~33 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9fa7828fb9f18914051002e36fc14d6345001961;p=modules%2Fhydro.git refs #1340 regression --- diff --git a/src/HYDROGUI/HYDROGUI_Operations.cxx b/src/HYDROGUI/HYDROGUI_Operations.cxx index 91d3dc86..8a709139 100644 --- a/src/HYDROGUI/HYDROGUI_Operations.cxx +++ b/src/HYDROGUI/HYDROGUI_Operations.cxx @@ -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 )