graphics/FBD_Objects.py
changeset 3537 cb7db021280c
parent 3303 0ffb41625592
child 3750 f62625418bff
--- 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)