0022380: EDF 2746 GEOM: Accept compounds of points as an input for "Smoothing surface"

This commit is contained in:
skv 2014-04-30 11:17:13 +04:00
parent 6e40d121f0
commit 5d5b220f31

View 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();
}
//=================================================================================