From: eap Date: Thu, 16 Jun 2005 11:28:38 +0000 (+0000) Subject: PAL9167. Check selection after constructor type change X-Git-Tag: V2_2_4~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c6d917d8f283676b96e8223dc291daccf9b5d77a;p=modules%2Fgeom.git PAL9167. Check selection after constructor type change --- diff --git a/src/BasicGUI/BasicGUI_PointDlg.cxx b/src/BasicGUI/BasicGUI_PointDlg.cxx index bd4ff96d7..837490968 100644 --- a/src/BasicGUI/BasicGUI_PointDlg.cxx +++ b/src/BasicGUI/BasicGUI_PointDlg.cxx @@ -270,6 +270,8 @@ void BasicGUI_PointDlg::ConstructorsClicked(int constructorId) updateGeometry(); resize( minimumSize() ); + SelectionIntoArgument(); + displayPreview(); }