mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 08:20:34 +05:00
Bug IPAL21396 Quadrangle parameters Hypothesis Construction.
This commit is contained in:
parent
5e7f07d3da
commit
45d6a73f64
@ -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 );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user