From: adv Date: Wed, 4 Dec 2013 05:42:55 +0000 (+0000) Subject: Abort document operation on abort of GUI operation. X-Git-Tag: BR_hydro_v_0_4~67 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=491bfd05d834305d30f66d167f98ad147c8de441;p=modules%2Fhydro.git Abort document operation on abort of GUI operation. --- diff --git a/src/HYDROGUI/HYDROGUI_ChannelOp.cxx b/src/HYDROGUI/HYDROGUI_ChannelOp.cxx index 720a3648..493cee9b 100644 --- a/src/HYDROGUI/HYDROGUI_ChannelOp.cxx +++ b/src/HYDROGUI/HYDROGUI_ChannelOp.cxx @@ -111,6 +111,7 @@ void HYDROGUI_ChannelOp::startOperation() void HYDROGUI_ChannelOp::abortOperation() { erasePreview(); + abortDocOperation(); HYDROGUI_Operation::abortOperation(); }