X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_MultiEditDlg.cxx;fp=src%2FSMESHGUI%2FSMESHGUI_MultiEditDlg.cxx;h=6124ab4d70afc736a3776932d82cfff89c580ba6;hb=333415e6c9f744a167d1779d9e74e073f122e88c;hp=f99522b8f5a9cd10eb103a35182228bb07726339;hpb=e5ed5aa5ac8420179aa37e3bf3a175e22ef3f69a;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_MultiEditDlg.cxx b/src/SMESHGUI/SMESHGUI_MultiEditDlg.cxx index f99522b8f..6124ab4d7 100755 --- a/src/SMESHGUI/SMESHGUI_MultiEditDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_MultiEditDlg.cxx @@ -46,6 +46,7 @@ #include #include +#include #include #include @@ -1184,9 +1185,7 @@ bool SMESHGUI_UnionOfTrianglesDlg::process (SMESH::SMESH_MeshEditor_ptr theEdito double aMaxAngle = myMaxAngleSpin->GetValue() * PI / 180.0; bool ok = theEditor->TriToQuad(theIds, aCriterion, aMaxAngle); if( ok ) { - QStringList aParameters; - aParameters << myMaxAngleSpin->text(); - //asl: myMesh->SetParameters( aParameters.join(":").toLatin1().constData() ); + getNotebook()->setParameters( myMesh, 1, myMaxAngleSpin ); } return ok; }