From: vsv Date: Thu, 21 Apr 2016 12:49:29 +0000 (+0300) Subject: This change causes crash on create Part X-Git-Tag: V_2.3.0~154 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a9025db7fac32a983a87a9365cba1cef884e9038;p=modules%2Fshaper.git This change causes crash on create Part --- diff --git a/src/XGUI/XGUI_DataModel.cpp b/src/XGUI/XGUI_DataModel.cpp index 47c0af292..585f773b2 100644 --- a/src/XGUI/XGUI_DataModel.cpp +++ b/src/XGUI/XGUI_DataModel.cpp @@ -234,10 +234,10 @@ void XGUI_DataModel::processEvent(const std::shared_ptr& theMess QModelIndex aIndex = objectIndex(aObject); if (aIndex.isValid()) { emit dataChanged(aIndex, aIndex); - } else { + }/* else { rebuildDataTree(); break; - } + }*/ } else { rebuildDataTree(); break;