diff --git a/src/meshlab/mainwindow_RunTime.cpp b/src/meshlab/mainwindow_RunTime.cpp index dc9315a38..395025f8e 100644 --- a/src/meshlab/mainwindow_RunTime.cpp +++ b/src/meshlab/mainwindow_RunTime.cpp @@ -1174,7 +1174,7 @@ void MainWindow::executeFilter(MeshLabXMLFilterContainer* mfc, EnvWrap& env, boo void MainWindow::postFilterExecution() { - //meshDoc()->renderState().clearState(); + meshDoc()->renderState().clearState(); FilterThread* obj = qobject_cast(QObject::sender()); if (obj == NULL) return;