Suppress waiting cursor if warning is shown

This commit is contained in:
jfa 2004-12-29 14:08:37 +00:00
parent e4a1315bdd
commit e8052b1b1e

View 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" ),