Salome HOME
Image positioning by two points.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ExportImageOp.cxx
index d4b3fccf7553d6f58accb439e7ec6b27a08feac6..cedcb441b284dbd4d7f9383087fe6e99ace79b42 100644 (file)
@@ -62,5 +62,5 @@ void HYDROGUI_ExportImageOp::startOperation()
       anImage.save( aFileName );
   }
 
-  abort(); // do not commit the document command
+  commit();
 }