From ef7a793f109f7507b0f48e12bf72d943c5d22487 Mon Sep 17 00:00:00 2001 From: vsv Date: Mon, 9 Nov 2015 13:02:44 +0300 Subject: [PATCH] Update of second column on history change --- src/XGUI/XGUI_ObjectsBrowser.cpp | 1 + 1 file changed, 1 insertion(+) 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)); } } -- 2.39.2