diff -r 7f62da4362fd -r cb7db021280c graphics/FBD_Objects.py --- a/graphics/FBD_Objects.py Thu Jul 07 21:41:35 2022 +0200 +++ b/graphics/FBD_Objects.py Mon Jul 11 22:21:20 2022 +0200 @@ -771,6 +771,7 @@ Graphic_Element.Draw(self, dc) dc.SetPen(MiterPen(wx.BLACK)) dc.SetBrush(wx.WHITE_BRUSH) + dc.SetTextForeground(wx.BLACK) if getattr(dc, "printing", False): name_size = dc.GetTextExtent(self.Name) @@ -1011,6 +1012,7 @@ Graphic_Element.Draw(self, dc) dc.SetPen(MiterPen(wx.BLACK)) dc.SetBrush(wx.WHITE_BRUSH) + dc.SetTextForeground(wx.BLACK) if getattr(dc, "printing", False): name_size = dc.GetTextExtent(self.Name)