mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
IPAL 18536, 18538
This commit is contained in:
parent
aafdf40aa0
commit
c0000004c7
@ -198,6 +198,8 @@ bool BasicGUI_CurveDlg::ClickOnApply()
|
|||||||
|
|
||||||
initName();
|
initName();
|
||||||
ConstructorsClicked( getConstructorId() );
|
ConstructorsClicked( getConstructorId() );
|
||||||
|
globalSelection(); // close local contexts, if any
|
||||||
|
localSelection(GEOM::GEOM_Object::_nil(), TopAbs_VERTEX);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -203,6 +203,7 @@ void BasicGUI_VectorDlg::ConstructorsClicked( int constructorId )
|
|||||||
GroupPoints->hide();
|
GroupPoints->hide();
|
||||||
resize( 0, 0 );
|
resize( 0, 0 );
|
||||||
GroupDimensions->show();
|
GroupDimensions->show();
|
||||||
|
globalSelection(); // close local contexts, if any
|
||||||
|
|
||||||
double dx( 0. ), dy( 0. ), dz( 0. );
|
double dx( 0. ), dy( 0. ), dz( 0. );
|
||||||
GroupDimensions->SpinBox_DX->SetValue( dx );
|
GroupDimensions->SpinBox_DX->SetValue( dx );
|
||||||
|
Loading…
Reference in New Issue
Block a user