mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-30 16:37:50 +05:00
IPAL 18536, 18538
This commit is contained in:
parent
444446e6bf
commit
20a36eb1fc
@ -144,7 +144,7 @@ void BasicGUI_CurveDlg::ConstructorsClicked( int id )
|
||||
QString aTitle = tr( id == 0 ? "GEOM_POLYLINE" : id == 1 ? "GEOM_BEZIER" : "GEOM_INTERPOL" );
|
||||
GroupConstructors->setTitle( aTitle );
|
||||
|
||||
myPoints = new GEOM::ListOfGO();
|
||||
myPoints = new GEOM::ListOfGO();
|
||||
myPoints->length( 0 );
|
||||
|
||||
myEditCurrentArgument->setText("");
|
||||
@ -198,6 +198,9 @@ bool BasicGUI_CurveDlg::ClickOnApply()
|
||||
|
||||
initName();
|
||||
ConstructorsClicked( getConstructorId() );
|
||||
globalSelection(); // close local contexts, if any
|
||||
localSelection(GEOM::GEOM_Object::_nil(), TopAbs_VERTEX);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -203,6 +203,7 @@ void BasicGUI_VectorDlg::ConstructorsClicked( int constructorId )
|
||||
GroupPoints->hide();
|
||||
resize( 0, 0 );
|
||||
GroupDimensions->show();
|
||||
globalSelection(); // close local contexts, if any
|
||||
|
||||
double dx( 0. ), dy( 0. ), dz( 0. );
|
||||
GroupDimensions->SpinBox_DX->SetValue( dx );
|
||||
|
Loading…
x
Reference in New Issue
Block a user