graphics/GraphicCommons.py
changeset 1840 cf5ef4c0deff
parent 1837 c507c363625e
child 1846 14b40afccd69
--- a/graphics/GraphicCommons.py	Fri Sep 29 16:48:42 2017 +0300
+++ b/graphics/GraphicCommons.py	Mon Oct 02 12:43:01 2017 +0300
@@ -360,10 +360,6 @@
         self.SetSize(width, height)
         return self.Pos.x - posx, self.Pos.y - posy
 
-    # Refresh the element Bounding Box
-    def RefreshBoundingBox(self):
-        self.BoundingBox = wx.Rect(self.Pos.x, self.Pos.y, self.Size[0], self.Size[1])
-
     # Refresh the element connectors position
     def RefreshConnectors(self):
         pass