mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-09-27 00:29:13 +08:00
Update TaskModel for all columns, including time
This commit is contained in:
parent
4089d5eefa
commit
d0dc384bdf
@ -353,7 +353,7 @@ void RemoteTaskModel::processStageStatistics(const moveit_task_constructor_msgs:
|
||||
// emit notify about model changes when node was already visited
|
||||
if (n->node_flags_ & WAS_VISITED) {
|
||||
QModelIndex idx = index(n);
|
||||
dataChanged(idx.sibling(idx.row(), 1), idx.sibling(idx.row(), 2));
|
||||
dataChanged(idx.sibling(idx.row(), 1), idx.sibling(idx.row(), 3));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user