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
pymsc
Commits
4b2b73d8
Commit
4b2b73d8
authored
Dec 13, 2014
by
Maxime Perrotin
Browse files
Update msc wrt Condition blocks
parent
4450cb6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
mscgraphics/basicmscgraph/mscGraphBasicMSCScene.py
View file @
4b2b73d8
...
...
@@ -132,7 +132,7 @@ class MscGraphBasicMSCScene(QGraphicsScene):
def
removeInstance
(
self
,
instance
):
u
""" Remove a Instance from Scene """
self
.
_
bmsc
.
removeInstance
(
instance
)
self
.
bmsc
()
.
removeInstance
(
instance
)
self
.
removeItem
(
instance
)
instance
.
delete
()
...
...
@@ -243,7 +243,8 @@ class MscGraphBasicMSCScene(QGraphicsScene):
def
removeCondition
(
self
,
condition
):
condition
.
delete
()
self
.
removeItem
(
condition
)
if
condition
.
scene
():
self
.
removeItem
(
condition
)
#**************************************************************************
# Actions
#**************************************************************************
...
...
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