graphics/GraphicCommons.py
changeset 1069 880ec628d490
parent 1054 ef514eaacd8c
child 1089 5cd1f8df71aa
--- a/graphics/GraphicCommons.py	Thu Apr 25 09:37:56 2013 +0200
+++ b/graphics/GraphicCommons.py	Thu Apr 25 09:39:03 2013 +0200
@@ -1497,6 +1497,10 @@
         for element in self.Elements:
             element.RefreshModel(move)
 
+    # Draws the handles of this element if it is selected
+    def Draw(self, dc):
+        for element in self.Elements:
+            element.Draw(dc)
 
 #-------------------------------------------------------------------------------
 #                         Connector for all types of blocks