mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-30 09:00:50 +08:00
Attempt to close the progress dialog of the features calculation phase
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user