fix custom button background

This commit is contained in:
Vladimir Markelov 2020-01-21 11:23:08 -08:00
parent 3c83a0fad6
commit c2a27ec6f1

View File

@ -15,7 +15,6 @@ Button can be clicked with mouse or using space on keyboard while the Button is
type Button struct {
BaseControl
shadowColor term.Attribute
bgActive term.Attribute
pressed int32
shadowType ButtonShadow
onClick func(Event)