changeset 515 | 55213a347f16 |
parent 505 | c5aec2269fb3 |
child 519 | 722714c04dcd |
--- a/graphics/GraphicCommons.py Thu Mar 31 17:36:52 2011 +0200 +++ b/graphics/GraphicCommons.py Thu Mar 31 17:37:47 2011 +0200 @@ -207,6 +207,9 @@ def SetValue(self, value): self.Value = value + def GetValue(self): + return self.Value + def SetForced(self, forced): self.Forced = forced @@ -1808,9 +1811,6 @@ block = self.StartConnected.GetParentBlock() block.SpreadCurrent() - def GetValue(self): - return self.Value - # Unconnect the start and end points def Clean(self): if self.StartConnected: