From 45d6a73f64834bcfa389482465fafb44cb59e9ca Mon Sep 17 00:00:00 2001 From: dmv Date: Fri, 11 Dec 2009 07:14:33 +0000 Subject: [PATCH 1/1] Bug IPAL21396 Quadrangle parameters Hypothesis Construction. --- src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } -- 2.39.2