diff --git a/src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx b/src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx index ad8282be6..5a488aa5f 100644 --- a/src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx +++ b/src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx @@ -84,7 +84,7 @@ void GEOMGUI_CreationInfoWdg::addParam (const QString& name, const QString& valu { QTreeWidgetItem* item = new QTreeWidgetItem( myParamsTreeWd ); - item->setFlags( item->flags() | Qt::ItemIsEditable ); + //item->setFlags( Qt::NoItemFlags ); item->setExpanded( true ); item->setText( 0, name ); @@ -100,5 +100,5 @@ void GEOMGUI_CreationInfoWdg::clear() GEOMGUI_CreationInfoWdg::~GEOMGUI_CreationInfoWdg() { - std::cout<<"~GEOMGUI_CreationInfoWdg"<