mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-29 16:40:49 +08:00
version 1.0
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user