1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Fix missing title in Clocks

This commit is contained in:
Chris Cummer
2019-05-10 08:36:47 -07:00
parent 68ed842c87
commit 075402315e
4 changed files with 6 additions and 8 deletions

View File

@@ -27,5 +27,5 @@ func (widget *Widget) display(clocks []Clock, dateFormat string, timeFormat stri
)
}
widget.View.SetText(str)
widget.Redraw(widget.CommonSettings.Title, str, false)
}