mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-16 03:51:27 +05:00
Suppress waiting cursor if warning is shown
This commit is contained in:
parent
e4a1315bdd
commit
e8052b1b1e
@ -411,6 +411,7 @@ bool RepairGUI_GlueDlg::onAcceptLocal( const bool publish, const bool useTransac
|
|||||||
// JFA 28.12.2004 BEGIN // To enable warnings
|
// JFA 28.12.2004 BEGIN // To enable warnings
|
||||||
if ( !getOperation()->_is_nil() ) {
|
if ( !getOperation()->_is_nil() ) {
|
||||||
if ( !getOperation()->IsDone() ) {
|
if ( !getOperation()->IsDone() ) {
|
||||||
|
wc.stop();
|
||||||
QString msgw = QObject::tr( getOperation()->GetErrorCode() );
|
QString msgw = QObject::tr( getOperation()->GetErrorCode() );
|
||||||
QAD_MessageBox::warn1(QAD_Application::getDesktop(),
|
QAD_MessageBox::warn1(QAD_Application::getDesktop(),
|
||||||
QObject::tr( "WRN_WARNING" ),
|
QObject::tr( "WRN_WARNING" ),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user