1
0
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:
Chris Cummer
2018-04-17 04:03:02 -07:00
parent b335df6c9b
commit 912de2fa11
5 changed files with 122 additions and 24 deletions

View File

@@ -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()