X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ProfileOp.cxx;h=c4c822df57515a5a9fdb4461e27b74928da49049;hb=6dd1807886655d96b021fbfb6ba736d79d49a492;hp=b6baf1e715b6d43cf286298409c085a8fbecf059;hpb=439579ec24edd8b147cab07f688d446d59029a1e;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ProfileOp.cxx b/src/HYDROGUI/HYDROGUI_ProfileOp.cxx index b6baf1e7..c4c822df 100644 --- a/src/HYDROGUI/HYDROGUI_ProfileOp.cxx +++ b/src/HYDROGUI/HYDROGUI_ProfileOp.cxx @@ -81,6 +81,8 @@ void HYDROGUI_ProfileOp::startOperation() HYDROGUI_ProfileDlg* aPanel = (HYDROGUI_ProfileDlg*)inputPanel(); aPanel->reset(); + setPreviewManager( aPanel->viewManager() ); + setCursor(); if( myIsEdit ) if ( isApplyAndClose() ) @@ -135,6 +137,7 @@ void HYDROGUI_ProfileOp::startOperation() void HYDROGUI_ProfileOp::abortOperation() { erasePreview(); + restoreCursor(); HYDROGUI_Operation::abortOperation(); } @@ -142,6 +145,7 @@ void HYDROGUI_ProfileOp::abortOperation() void HYDROGUI_ProfileOp::commitOperation() { erasePreview(); + restoreCursor(); HYDROGUI_Operation::commitOperation(); } @@ -224,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