Fix SetBackgroundColor

This commit is contained in:
Trevor Slocum 2022-06-08 16:51:36 -07:00
parent 1b44dcda98
commit ed816e4129
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ func (f *TextField) SetBackgroundColor(c color.Color) {
f.Lock()
defer f.Unlock()
f.textColor = c
f.backgroundColor = c
}
// SetFont sets the font face of the text within the field.