--- 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(move) #-------------------------------------------------------------------------------