From da908ce7ccfaee554a9d219459733a615eb4e8bf Mon Sep 17 00:00:00 2001 From: Guido Ranzuglia granzuglia Date: Fri, 16 Mar 2012 09:48:55 +0000 Subject: [PATCH] uncommented renderState.clearState() call. --- src/meshlab/mainwindow_RunTime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;