From: jfa Date: Wed, 29 Dec 2004 14:08:37 +0000 (+0000) Subject: Suppress waiting cursor if warning is shown X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e8052b1b1eb52ba18ec5564c8cff878da59720eb;p=modules%2Fgeom.git Suppress waiting cursor if warning is shown --- diff --git a/src/RepairGUI/RepairGUI_GlueDlg.cxx b/src/RepairGUI/RepairGUI_GlueDlg.cxx index 8af96b95c..6a5b0d07a 100644 --- a/src/RepairGUI/RepairGUI_GlueDlg.cxx +++ b/src/RepairGUI/RepairGUI_GlueDlg.cxx @@ -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" ),