graphics/GraphicCommons.py
changeset 575 a7c706b9492e
parent 571 79af7b821233
child 586 9aa96a36cf33
--- a/graphics/GraphicCommons.py	Tue Oct 11 12:08:55 2011 +0200
+++ b/graphics/GraphicCommons.py	Wed Oct 12 15:08:47 2011 +0200
@@ -83,7 +83,7 @@
 # Contants for defining which mode is selected for each view 
 [MODE_SELECTION, MODE_BLOCK, MODE_VARIABLE, MODE_CONNECTION, MODE_COMMENT, 
  MODE_COIL, MODE_CONTACT, MODE_POWERRAIL, MODE_INITIALSTEP, MODE_STEP, 
- MODE_TRANSITION, MODE_DIVERGENCE, MODE_JUMP, MODE_ACTION] = range(14)
+ MODE_TRANSITION, MODE_DIVERGENCE, MODE_JUMP, MODE_ACTION, MODE_MOTION] = range(15)
 
 # Contants for defining alignment types for graphic group 
 [ALIGN_LEFT, ALIGN_CENTER, ALIGN_RIGHT, ALIGN_TOP, ALIGN_MIDDLE, ALIGN_BOTTOM] = range(6)