]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx
Salome HOME
0022616: [CEA 1038] Improve the quality of stl and vtk exports
[modules/geom.git] / src / GEOMGUI / GEOMGUI_CreationInfoWdg.cxx
index 6bf1369e3abf3e8abc34bc57d1f0a4e46dabf6b2..bd319bfab525a79d6ac6d2dd0a42ff626a8ac1d1 100644 (file)
@@ -77,7 +77,6 @@ void GEOMGUI_CreationInfoWdg::setOperation(const QPixmap& icon, const QString& n
 {
   myIconLbl->setPixmap( icon );
   myOperaionLnEd->setText( name );
-  myParamsTreeWd->clear();
 
   if ( name.isEmpty() )
     myOperaionLnEd->setText( tr("NO_INFO"));