Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
asn1-value-editor
Commits
1e91337b
Commit
1e91337b
authored
Oct 29, 2015
by
Maxime Perrotin
Browse files
Dont flatten the SDL model when rendering statechart
Now the statechart renderer supports nested states!
parent
ac6f19e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
asn1_value_editor/sdlHandler.py
View file @
1e91337b
...
...
@@ -264,7 +264,7 @@ class sdlHandler(QObject):
self
.
proc
=
root_ast
.
processes
[
0
]
except
IndexError
:
raise
IOError
(
'SDL Handler failed to initialize'
)
opengeode
.
Helper
.
flatten
(
self
.
proc
)
#
opengeode.Helper.flatten(self.proc)
graph
=
opengeode
.
Statechart
.
create_dot_graph
(
self
.
proc
,
basic
=
True
)
self
.
sdl_scene
=
opengeode
.
SDL_Scene
(
'statechart'
)
self
.
sdl_view
=
opengeode
.
SDL_View
(
self
.
sdl_scene
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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