mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
removed crash calling ParameterSet's join
This commit is contained in:
parent
cf999ac993
commit
60bcc0d402
@ -467,7 +467,7 @@ void MainWindow::executeFilter(QAction *action, RichParameterSet ¶ms, bool i
|
||||
QTime tt; tt.start();
|
||||
GLA()->meshDoc.busy=true;
|
||||
RichParameterSet MergedEnvironment(params);
|
||||
MergedEnvironment.paramList.append(currentGlobalParams.paramList);
|
||||
MergedEnvironment.join(currentGlobalParams);
|
||||
ret=iFilter->applyFilter(action, GLA()->meshDoc, MergedEnvironment, QCallBack);
|
||||
GLA()->meshDoc.busy=false;
|
||||
qApp->restoreOverrideCursor();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user