mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
Make sure the default button face color is not one with a fully transparent alpha
This commit is contained in:
@@ -149,8 +149,8 @@ class CustomColourData(object):
|
||||
|
||||
class ColourSelect(wx.lib.buttons.GenBitmapButton):
|
||||
"""
|
||||
A subclass of :class:`wx.BitmapButton` that, when clicked, will
|
||||
display a colour selection dialog.
|
||||
A subclass of :class:`wx.lib.buttons.GenBitmapButton` that,
|
||||
when clicked, will display a colour selection dialog.
|
||||
"""
|
||||
|
||||
def __init__(self, parent, id=wx.ID_ANY, label="", colour=wx.BLACK,
|
||||
|
||||
Reference in New Issue
Block a user