Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8f0cfa8e authored by François Trahay's avatar François Trahay
Browse files

fix the rendering of traces that generate event/states in a hierarchy

parent de8729c8
Branches
Tags
No related merge requests found
......@@ -389,7 +389,8 @@ public:
c++) {
if(is_in_set(*c,set_container)){
container = *c;
position = (int)_container_positions[container];
position = (int)_container_positions[container] + _container_sizes[container] - 1;
state_tree = container->get_states();
event_tree = container->get_events();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment