mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +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) {
|
if(vertID>0) {
|
||||||
aVec->length(1);
|
aVec->length(1);
|
||||||
aVec[0] = vertID;
|
aVec[0] = vertID;
|
||||||
|
aDirectionWidget->SetListOfIDs( aVec );
|
||||||
}
|
}
|
||||||
aDirectionWidget->SetListOfIDs( aVec );
|
|
||||||
aDirectionWidget->showPreview( true );
|
aDirectionWidget->showPreview( true );
|
||||||
customWidgets()->append ( aDirectionWidget );
|
customWidgets()->append ( aDirectionWidget );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user