Test wx.SYS_COLOUR_BACKGROUND for tabs container
This commit is contained in:
@@ -863,7 +863,7 @@ class PFTabsContainer(wx.Panel):
|
||||
|
||||
selected = 0
|
||||
|
||||
mdc.SetBackground (wx.Brush(wx.SystemSettings.GetColour( wx.SYS_COLOUR_3DLIGHT )))
|
||||
mdc.SetBackground (wx.Brush(wx.SystemSettings.GetColour( wx.SYS_COLOUR_BACKGROUND)))
|
||||
# mdc.SetBackground (wx.Brush((66,113,202)))
|
||||
mdc.Clear()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user