Salome HOME
Image positioning by two points.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_CalculationOp.cxx
index 30b2c63850c61ad3bda6e4a93d91f7568d625619..3dab9422c0eb0fecebb2a2df68669719be3c1248 100644 (file)
@@ -167,6 +167,7 @@ void HYDROGUI_CalculationOp::onSetMergeType( int theMergeType, QString theBathym
     {
       aZone->setMergeType( theMergeType, theBathymetryName );
     }
+    aPanel->refreshZonesBrowser();
   }
 }