]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
0022380: EDF 2746 GEOM: Accept compounds of points as an input for "Smoothing surface"
authorskv <skv@opencascade.com>
Wed, 30 Apr 2014 07:17:13 +0000 (11:17 +0400)
committerskv <skv@opencascade.com>
Wed, 30 Apr 2014 07:17:13 +0000 (11:17 +0400)
src/AdvancedGUI/AdvancedGUI_SmoothingSurfaceDlg.cxx

index 15a5cd5701897a6714ed7da1f36d205ea4e16474..46be04e60f79626ecca3ac2b67ea4064e13326bd 100644 (file)
@@ -115,6 +115,8 @@ void AdvancedGUI_SmoothingSurfaceDlg::Init()
   myDegMaxSpin->setValue(8);
   myDMaxSpin->setValue(0.);
 
+  showOnlyPreviewControl();
+
   //@@ initialize dialog box widgets here @@//
 
   // Signal/slot connections
@@ -133,6 +135,7 @@ void AdvancedGUI_SmoothingSurfaceDlg::Init()
  
   initName(tr("GEOM_SMOOTHINGSURFACE"));
   //displayPreview();
+  SelectionIntoArgument();
 }
 
 //=================================================================================