From: vsv Date: Mon, 9 Nov 2015 10:02:44 +0000 (+0300) Subject: Update of second column on history change X-Git-Tag: V_2.0.0_alfa1~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ef7a793f109f7507b0f48e12bf72d943c5d22487;p=modules%2Fshaper.git Update of second column on history change --- diff --git a/src/XGUI/XGUI_ObjectsBrowser.cpp b/src/XGUI/XGUI_ObjectsBrowser.cpp index 3dccaf732..6612e3288 100644 --- a/src/XGUI/XGUI_ObjectsBrowser.cpp +++ b/src/XGUI/XGUI_ObjectsBrowser.cpp @@ -182,6 +182,7 @@ void XGUI_DataTree::onDoubleClick(const QModelIndex& theIndex) int aSize = aModel->rowCount(aParent); for (int i = 0; i < aSize; i++) { update(aModel->index(i, 0, aParent)); + update(aModel->index(i, 1, aParent)); } }