From: asl Date: Fri, 2 Oct 2015 09:12:05 +0000 (+0300) Subject: refs #636: debug of dependency cases X-Git-Tag: v1.5~109^2~3^2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c9b9d15d88a99462a9dd924e399b4b7bd079aa3a;p=modules%2Fhydro.git refs #636: debug of dependency cases --- diff --git a/src/HYDROGUI/HYDROGUI_CalculationOp.cxx b/src/HYDROGUI/HYDROGUI_CalculationOp.cxx index c4d3902e..169d5c26 100644 --- a/src/HYDROGUI/HYDROGUI_CalculationOp.cxx +++ b/src/HYDROGUI/HYDROGUI_CalculationOp.cxx @@ -1119,7 +1119,7 @@ void HYDROGUI_CalculationOp::onNext( const int theIndex ) } aPanel->setEditLandCoverZonesEnabled( aMode == HYDROData_CalculationCase::MANUAL ); - if ( myEditedObject->IsMustBeUpdated( HYDROData_Entity::Geom_No ) ) + if ( myEditedObject->IsMustBeUpdated( HYDROData_Entity::Geom_All ) ) { myShowZones = true; myEditedObject->Update();