Salome HOME
PAL10665 - unnecessary Plot2d in CreateHypothesis dialog
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_aParameterDlg.cxx
index b9c9f1d3b3091c97c6a3e10fa96fe12e66cf32b7..211b4f0ec28c94aed4b7df4a02d62b4389770804 100644 (file)
@@ -119,6 +119,7 @@ void SMESHGUI_aParameterDlg::init()
   }
 
   myPreview = new SMESHGUI_FunctionPreview( GroupC1 );
+  myPreview->hide();
   GroupC1Layout->addWidget( myPreview, row, 1 );
 
   paramIt = myParamList.begin();