From: eap Date: Thu, 23 Jun 2005 11:27:59 +0000 (+0000) Subject: PAL9167. Check selection after constructor type change X-Git-Tag: T3_0_0_a4~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2bdf57403e39a04528f24777d7f895f93047ebda;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 95f12b750..97f3f71d8 100644 --- a/src/BasicGUI/BasicGUI_PointDlg.cxx +++ b/src/BasicGUI/BasicGUI_PointDlg.cxx @@ -271,7 +271,7 @@ void BasicGUI_PointDlg::ConstructorsClicked(int constructorId) updateGeometry(); resize( minimumSize() ); - displayPreview(); + SelectionIntoArgument(); }