version 1.0

This commit is contained in:
Paul Leroy
2024-02-16 09:53:04 +01:00
parent b542d0e1ff
commit 4b4227bf6a
6 changed files with 10 additions and 19 deletions
-1
View File
@@ -425,7 +425,6 @@ void q3DMASCPlugin::doTrainAction()
//compute the core points (if necessary)
ccProgressDialog progressDlg(true, m_app->getMainWindow());
progressDlg.setAutoClose(false);
ccLog::Error("Qt::WA_DeleteOnClose " + QString::number(progressDlg.testAttribute(Qt::WA_DeleteOnClose)));
if (!corePoints.prepare(&progressDlg))
{
m_app->dispToConsole("Failed to compute/prepare the core points!", ccMainAppInterface::ERR_CONSOLE_MESSAGE);