From: vsv Date: Tue, 24 Jan 2017 12:23:53 +0000 (+0300) Subject: Issue #2016: Rebuild data tree on update Body to CompSolid X-Git-Tag: V_2.7.0~310 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1fccf05c9279f3d03e52160d51e885ebb53602a1;p=modules%2Fshaper.git Issue #2016: Rebuild data tree on update Body to CompSolid --- diff --git a/src/XGUI/XGUI_DataModel.cpp b/src/XGUI/XGUI_DataModel.cpp index 6bf061dcf..2eef35a76 100644 --- a/src/XGUI/XGUI_DataModel.cpp +++ b/src/XGUI/XGUI_DataModel.cpp @@ -154,6 +154,9 @@ void XGUI_DataModel::processEvent(const std::shared_ptr& theMess } } } + } else { + rebuildDataTree(); + break; } } else { rebuildDataTree();