Salome HOME
Bug IPAL21396 Quadrangle parameters Hypothesis Construction.
authordmv <dmv@opencascade.com>
Fri, 11 Dec 2009 07:14:33 +0000 (07:14 +0000)
committerdmv <dmv@opencascade.com>
Fri, 11 Dec 2009 07:14:33 +0000 (07:14 +0000)
src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx

index 0d72900dcb875cbf6ecfc46cd1fd23039d8a8d01..fd9413046511bbd3fbea65a69a86affd72950a67 100644 (file)
@@ -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 );
   }