Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
pymsc
Commits
b3e636b3
Commit
b3e636b3
authored
Jul 09, 2015
by
Maxime Perrotin
Browse files
Fix minor typos
parent
73e80c41
Changes
1
Hide whitespace changes
Inline
Side-by-side
mscgraphics/basicmscgraph/mscGraphBasicMSCScene.py
View file @
b3e636b3
...
...
@@ -36,6 +36,7 @@ from PySide.QtGui import QMenu
from
mscGraphInstance
import
MscGraphInstance
from
mscGraphTimer
import
MscGraphTimer
from
mscGraphCondition
import
MscGraphCondition
from
mscGraphProcedure
import
MscGraphProcedure
from
mscGraphBMSC
import
MscGraphBMSC
from
mscGraphMessage
import
MscGraphMessage
from
mscgraphics
import
MscGraphComment
...
...
@@ -256,7 +257,7 @@ class MscGraphBasicMSCScene(QGraphicsScene):
procedure
.
setY
(
instance
.
mapFromScene
(
0
,
y
).
y
())
procedure
.
itemSelected
.
connect
(
self
.
itemSelected
)
self
.
itemInserted
.
emit
(
procedure
)
return
condition
return
procedure
def
removeProcedure
(
self
,
procedure
):
procedure
.
delete
()
...
...
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