Salome HOME
Make Cancel button works (in Compute progress dialog box)
[plugins/blsurfplugin.git] / src / BLSURFPlugin / BLSURFPlugin_BLSURF.cxx
index 8f517c63eb03a501ad1dc99e94610ae60ee7f1fd..ccca2fa2af0bf0dbbd678fae354aff91bdadcdee 100644 (file)
@@ -3496,7 +3496,7 @@ status_t interrupt_cb(integer *interrupt_status, void *user_data)
   else /* you want to stop MG-CADSurf */
   {
     *interrupt_status = INTERRUPT_STOP;
-    return STATUS_ERROR;
+    return STATUS_OK;
   }
 }