mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 11:04:39 +00:00
uncommented renderState.clearState() call.
This commit is contained in:
parent
f9f3f393bc
commit
da908ce7cc
@ -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<FilterThread*>(QObject::sender());
|
||||
if (obj == NULL)
|
||||
return;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user