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
bc4fdc66
Commit
bc4fdc66
authored
Feb 15, 2018
by
Maxime Perrotin
Browse files
Use hide() to remove messages from the mscs
parent
e1a2a45b
Changes
1
Hide whitespace changes
Inline
Side-by-side
asn1_value_editor/mscStreamingScene.py
View file @
bc4fdc66
...
...
@@ -147,6 +147,9 @@ class MscStreamingScene(MscGraphBasicMSCScene):
item
=
self
.
visible_items
.
popleft
()
firstY
=
item
.
y
()
item
.
hide
()
# Can't call removeGenericItem because it is not associated to
# the bMSC, as it was created with addMessage2. This flow should
# be clarified. This is a memory leak...
#self.removeGenericItem(item)
while
len
(
self
.
visible_items
)
>
self
.
max_items
:
item
=
self
.
visible_items
.
popleft
()
...
...
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