IPAL 18536, 18538

This commit is contained in:
dmv 2008-01-14 10:26:58 +00:00
parent aafdf40aa0
commit c0000004c7
2 changed files with 3 additions and 0 deletions

View File

@ -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;
}

View File

@ -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 );