X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshersGUI%2FStdMeshersGUI_CreateHypothesisDlg.cxx;h=d93e8c2fe9f713915bb1548a7cc98bd5e64b11f4;hp=b43492f5d817710dc4e524c9039f0c4715fa70df;hb=5bbfd7c15618d418107088dbd513519e8878ab8e;hpb=6a1c128a1ee1074cb4af360309c3403471d20b1e diff --git a/src/StdMeshersGUI/StdMeshersGUI_CreateHypothesisDlg.cxx b/src/StdMeshersGUI/StdMeshersGUI_CreateHypothesisDlg.cxx index b43492f5d..d93e8c2fe 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_CreateHypothesisDlg.cxx +++ b/src/StdMeshersGUI/StdMeshersGUI_CreateHypothesisDlg.cxx @@ -163,6 +163,7 @@ void StdMeshersGUI_CreateHypothesisDlg::CreateDlgLayout(const QString & theCapti } } myPreview = new SMESHGUI_FunctionPreview( GroupC1 ); + myPreview->hide(); GroupC1Layout->addWidget( myPreview, row, 1 ); StdMeshersGUI_CreateHypothesisDlgLayout->addWidget( GroupC1, 1 );