From 2bdf57403e39a04528f24777d7f895f93047ebda Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 23 Jun 2005 11:27:59 +0000 Subject: [PATCH] PAL9167. Check selection after constructor type change --- src/BasicGUI/BasicGUI_PointDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.39.2