Salome HOME
Make Cancel button works (in Compute progress dialog box) V9_8_0b1
authorChristophe Bourcier <christophe.bourcier@cea.fr>
Fri, 15 Oct 2021 09:52:13 +0000 (11:52 +0200)
committerChristophe Bourcier <christophe.bourcier@cea.fr>
Fri, 15 Oct 2021 09:52:13 +0000 (11:52 +0200)
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;
   }
 }