diff -r ef088254ba4b -r 880ec628d490 graphics/GraphicCommons.py --- 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