mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Can focus/blur widgets (with focus border color)
This commit is contained in:
@@ -36,6 +36,7 @@ func (widget *Widget) Refresh() {
|
||||
|
||||
data := Fetch(wtf.ToInts(Config.UList("wtf.mods.weather.cityids", widget.defaultCityCodes())))
|
||||
|
||||
//widget.SetBorder()
|
||||
widget.View.Clear()
|
||||
widget.contentFor(data)
|
||||
widget.RefreshedAt = time.Now()
|
||||
|
||||
Reference in New Issue
Block a user