Pārlūkot izejas kodu

Misc info bg fix

Min 4 gadi atpakaļ
vecāks
revīzija
63d0896c2c
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      msp430emu/emulator.py

+ 0 - 1
msp430emu/emulator.py

@@ -248,7 +248,6 @@ class EmulatorWindow(wx.Frame):
         self.sizer_diagram.Add(self.diagram_panel, 1, wx.ALIGN_CENTER_HORIZONTAL | wx.ALIGN_CENTER_VERTICAL)
 
         self.misc_label = wx.StaticText(self, label="")
-        self.misc_label.SetBackgroundColour(wx.Colour(0, 0, 0, alpha=0))
         self.sizer_diagram.Add(self.misc_label, 0, wx.ALIGN_TOP)
 
         self.registers = RegisterPanel(self, self.emu)