Bug IPAL19097 NPAL16768 is not implemented for "Normal to a face"

This commit is contained in:
dmv 2008-08-12 11:09:36 +00:00
parent e84cf1b119
commit f3d19bfb62

View File

@ -108,7 +108,8 @@ void MeasureGUI_NormaleDlg::Init()
myPoint = GEOM::GEOM_Object::_nil();
myEditCurrentArgument = GroupArgs->LineEdit1;
globalSelection( GEOM_FACE );
globalSelection( GEOM_FACE ); // to close previous local selection
localSelection( GEOM::GEOM_Object::_nil(), TopAbs_FACE );
/* signals and slots connections */
connect( buttonOk(), SIGNAL( clicked() ), this, SLOT( ClickOnOk() ) );