Attempt to close the progress dialog of the features calculation phase

This commit is contained in:
Daniel Girardeau-Montaut
2019-01-20 13:59:31 +01:00
parent 25a4cbcf2a
commit 4ec7252b80
+1 -1
View File
@@ -279,9 +279,9 @@ void q3DMASCPlugin::doTrainAction()
delete group;
return;
}
pDlg.setAutoClose(true); //restore the default behavior of the progress dialog
pDlg.close();
QCoreApplication::processEvents();
pDlg.setAutoClose(true); //restore the default behavior of the progress dialog
m_app->redrawAll();