mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 04:50:07 +01:00
Don't start out with a transparent colour, the ColourDialog on OSX will not change it without extra steps
This commit is contained in:
@@ -1171,7 +1171,6 @@ class HyperTreeListDemo(wx.Frame):
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user