Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
asn1-value-editor
Commits
a2c5b947
Commit
a2c5b947
authored
Jun 16, 2016
by
Maxime Perrotin
Browse files
opengeode-simulator: update state at initialization
parent
8f8f7eda
Changes
1
Hide whitespace changes
Inline
Side-by-side
asn1_value_editor/sdlHandler.py
View file @
a2c5b947
...
...
@@ -411,10 +411,10 @@ class sdlHandler(QObject):
self
.
get_sdl_state
.
restype
=
ctypes
.
c_char_p
# Initialization: set current state and internal variables
self
.
current_sdl_state
=
u
''
self
.
check_state
()
self
.
init_timers
()
# Call the start transition of the SDL model
getattr
(
value
,
'{}_startup'
.
format
(
self
.
proc
.
processName
))()
self
.
check_state
()
self
.
init_state
=
self
.
current_hash
=
self
.
on_event
()
def
load_properties
(
self
,
prop_file
=
None
):
...
...
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