From: dmv Date: Fri, 11 Dec 2009 07:14:33 +0000 (+0000) Subject: Bug IPAL21396 Quadrangle parameters Hypothesis Construction. X-Git-Tag: V6_0_0~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=45d6a73f64834bcfa389482465fafb44cb59e9ca;hp=5e7f07d3dab81c7fcc2b7a8d557d14c028075af6;p=modules%2Fsmesh.git Bug IPAL21396 Quadrangle parameters Hypothesis Construction. --- diff --git a/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx b/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx index 0d72900dc..fd9413046 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx +++ b/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx @@ -1004,8 +1004,8 @@ bool StdMeshersGUI_StdHypothesisCreator::stdParams( ListOfStdParams& p ) const if(vertID>0) { aVec->length(1); aVec[0] = vertID; + aDirectionWidget->SetListOfIDs( aVec ); } - aDirectionWidget->SetListOfIDs( aVec ); aDirectionWidget->showPreview( true ); customWidgets()->append ( aDirectionWidget ); }