Salome HOME
Fix for the bug #45: check and warning when the same image is used in 2 arguments.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ChannelOp.cxx
index 720a3648c77bb48600e56283612c05a5897ce525..493cee9ba0bcb73a70727748caab6bb77633a6a8 100644 (file)
@@ -111,6 +111,7 @@ void HYDROGUI_ChannelOp::startOperation()
 void HYDROGUI_ChannelOp::abortOperation()
 {
   erasePreview();
+  abortDocOperation();
 
   HYDROGUI_Operation::abortOperation();
 }