Various updates (remove warnings, improve responsiveness of the UI by lowering the number of threads, et.)

This commit is contained in:
Daniel Girardeau-Montaut
2023-06-07 00:04:44 +02:00
parent d35104d5be
commit 00045e8c6e
7 changed files with 34 additions and 13 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ struct Command3DMASCClassif : public ccCommandLineInterface::Command
if (pDlg)
{
pDlg->setAutoClose(true); //restore the default behavior of the progress dialog
pDlg->hide();
pDlg->close();
QCoreApplication::processEvents();
}