Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
vite
Commits
8f0cfa8e
Commit
8f0cfa8e
authored
Oct 16, 2013
by
François Trahay
Browse files
fix the rendering of traces that generate event/states in a hierarchy
parent
de8729c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/trace/DrawTrace.hpp
View file @
8f0cfa8e
...
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment