From 5d5b220f315f26a7eafe94fb9bb55ababd9e92f3 Mon Sep 17 00:00:00 2001 From: skv Date: Wed, 30 Apr 2014 11:17:13 +0400 Subject: [PATCH] 0022380: EDF 2746 GEOM: Accept compounds of points as an input for "Smoothing surface" --- src/AdvancedGUI/AdvancedGUI_SmoothingSurfaceDlg.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/AdvancedGUI/AdvancedGUI_SmoothingSurfaceDlg.cxx b/src/AdvancedGUI/AdvancedGUI_SmoothingSurfaceDlg.cxx index 15a5cd570..46be04e60 100644 --- a/src/AdvancedGUI/AdvancedGUI_SmoothingSurfaceDlg.cxx +++ b/src/AdvancedGUI/AdvancedGUI_SmoothingSurfaceDlg.cxx @@ -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(); } //================================================================================= -- 2.39.2