Salome HOME
PAL9167. Check selection after constructor type change
authoreap <eap@opencascade.com>
Thu, 23 Jun 2005 11:27:59 +0000 (11:27 +0000)
committereap <eap@opencascade.com>
Thu, 23 Jun 2005 11:27:59 +0000 (11:27 +0000)
src/BasicGUI/BasicGUI_PointDlg.cxx

index 95f12b7502c2a1560eb61cbbce9da5e01e37710f..97f3f71d8b9d3674ad09e17cf661387e64caa387 100644 (file)
@@ -271,7 +271,7 @@ void BasicGUI_PointDlg::ConstructorsClicked(int constructorId)
   updateGeometry();
   resize( minimumSize() );
 
-  displayPreview();
+  SelectionIntoArgument();
 }