Skip to content

Commit

Permalink
Don't start out with a transparent colour, the ColourDialog on OSX wi…
Browse files Browse the repository at this point in the history
…ll not change it without extra steps
  • Loading branch information
RobinD42 committed Oct 7, 2019
1 parent 0eba88c commit 50b9cfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/agw/HyperTreeList.py
Expand Up @@ -1171,7 +1171,6 @@ def PopulateLeftPanel(self, styles, events):
self.columnchoice.Bind(wx.EVT_CHOICE, self.OnColumnChoiceChanged)
self.columnbackgroundcolour = csel.ColourSelect(self.leftpanel, -1, "Choose...", wx.BLACK)
self.columnbackgroundcolour.Bind(csel.EVT_COLOURSELECT, self.OnColumnBackgroundColour)
self.columnbackgroundcolour.SetColour(wx.Colour(255,255,255,0))
flexgridcolumn.Add(label, 0, wx.ALIGN_CENTER_VERTICAL)
hSizer = wx.BoxSizer(wx.HORIZONTAL)
hSizer.Add(self.columnchoice, 0)
Expand Down

0 comments on commit 50b9cfd

Please sign in to comment.