graphics/GraphicCommons.py
changeset 1047 efcc2283dd77
parent 993 7fbde4a19ec3
child 1054 ef514eaacd8c
--- a/graphics/GraphicCommons.py	Mon Apr 22 23:49:04 2013 +0200
+++ b/graphics/GraphicCommons.py	Tue Apr 23 01:19:39 2013 +0200
@@ -1493,9 +1493,9 @@
         self.Parent.PopupGroupMenu()
 
     # Refreshes the model of all the elements of this group
-    def RefreshModel(self):
+    def RefreshModel(self, move=True):
         for element in self.Elements:
-            element.RefreshModel()
+            element.RefreshModel(move)
 
 
 #-------------------------------------------------------------------------------