X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ProfileOp.cxx;h=11a60f85217ae0411dd43c1cf4168220d1c7ce27;hb=f993e4d01e9bb9de221db4c90d7a6c617696f3ec;hp=759795a528cc20c5eb0ae59ae81ab4a971710cb8;hpb=7f8f52d92fc1d23fee65c9bc0e0fe3806ed74638;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ProfileOp.cxx b/src/HYDROGUI/HYDROGUI_ProfileOp.cxx index 759795a5..11a60f85 100644 --- a/src/HYDROGUI/HYDROGUI_ProfileOp.cxx +++ b/src/HYDROGUI/HYDROGUI_ProfileOp.cxx @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include #include @@ -228,11 +228,11 @@ bool HYDROGUI_ProfileOp::processApply( int& theUpdateFlags, if ( !myIsEdit ) { - aProfileObj->SetBorderColor( HYDROData_Profile::DefaultBorderColor() ); + aProfileObj->SetBorderColor( aProfileObj->DefaultBorderColor() ); } // At first we update the child u,z profile object - aProfileUZ->SetToUpdate( true ); + aProfileUZ->Changed( HYDROData_Entity::Geom_2d ); aProfileUZ->Update(); // And now we update our edited object