invalid wx font family in CustomGrid.py

Issue #10 closed
ctbenergy created an issue
change line 40 and 41 in CustomGrid.py to

        self.SetFont(wx.Font(12, wx.DEFAULT, wx.NORMAL, wx.NORMAL, False, 'Sans'))
        self.SetLabelFont(wx.Font(10, wx.DEFAULT, wx.NORMAL, wx.NORMAL, False, 'Sans'))

Comments (5)

  1. Log in to comment