From 9fa7828fb9f18914051002e36fc14d6345001961 Mon Sep 17 00:00:00 2001 From: isn Date: Fri, 10 Nov 2017 14:58:57 +0300 Subject: [PATCH] refs #1340 regression --- src/HYDROGUI/HYDROGUI_Operations.cxx | 2 ++ 1 file changed, 2 insertions(+) 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 ) -- 2.39.2