mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-14 17:48:34 +05:00
IPAL 18536, 18538
This commit is contained in:
parent
aafdf40aa0
commit
c0000004c7
@ -198,6 +198,8 @@ 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…
Reference in New Issue
Block a user