]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Suppress waiting cursor if warning is shown
authorjfa <jfa@opencascade.com>
Wed, 29 Dec 2004 14:08:37 +0000 (14:08 +0000)
committerjfa <jfa@opencascade.com>
Wed, 29 Dec 2004 14:08:37 +0000 (14:08 +0000)
src/RepairGUI/RepairGUI_GlueDlg.cxx

index 8af96b95cd775ead8b17ee9b0ce28a9ec3dae08f..6a5b0d07a6ecc53808277308f5ae515404ef5272 100644 (file)
@@ -411,6 +411,7 @@ bool RepairGUI_GlueDlg::onAcceptLocal( const bool publish, const bool useTransac
         // JFA 28.12.2004 BEGIN // To enable warnings
         if ( !getOperation()->_is_nil() ) {
           if ( !getOperation()->IsDone() ) {
+            wc.stop();
             QString msgw = QObject::tr( getOperation()->GetErrorCode() );
             QAD_MessageBox::warn1(QAD_Application::getDesktop(), 
                                   QObject::tr( "WRN_WARNING" ),