diff -r c1e5b9f19483 -r c74815729afd graphics/GraphicCommons.py --- a/graphics/GraphicCommons.py Thu Aug 17 17:25:17 2017 +0300 +++ b/graphics/GraphicCommons.py Fri Aug 18 12:36:31 2017 +0300 @@ -1548,10 +1548,10 @@ if self.ValueSize is not None: width, height = self.ValueSize dc.DrawText(self.ComputedValue, - parent_pos[0] + self.Pos.x + CONNECTOR_SIZE * self.Direction[0] + - width * (self.Direction[0] - 1) / 2, - parent_pos[1] + self.Pos.y + CONNECTOR_SIZE * self.Direction[1] + - height * (self.Direction[1] - 1)) + parent_pos[0] + self.Pos.x + CONNECTOR_SIZE * self.Direction[0] + + width * (self.Direction[0] - 1) / 2, + parent_pos[1] + self.Pos.y + CONNECTOR_SIZE * self.Direction[1] + + height * (self.Direction[1] - 1)) dc.SetFont(self.ParentBlock.Parent.GetFont()) dc.SetTextForeground(wx.BLACK)