From 23e793a2e43a3d0759e45d3e9077bb4c7c808cb2 Mon Sep 17 00:00:00 2001 From: Guido Ranzuglia granzuglia Date: Wed, 28 Oct 2009 16:05:14 +0000 Subject: [PATCH] patched custom settings bug with new geometric solid --- src/meshlab/mainwindow_RunTime.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meshlab/mainwindow_RunTime.cpp b/src/meshlab/mainwindow_RunTime.cpp index aecabeb93..0c25216cb 100644 --- a/src/meshlab/mainwindow_RunTime.cpp +++ b/src/meshlab/mainwindow_RunTime.cpp @@ -566,6 +566,7 @@ void MainWindow::startFilter() { qDebug("MeshCreation"); GLArea *gla=new GLArea(mdiarea); + gla->setCustomSetting(globalParams); addDockWidget(Qt::RightDockWidgetArea,gla->layerDialog); gla->meshDoc.addNewMesh("untitled.ply"); gla->setFileName("untitled.ply");