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

Re-apply the explicit title rendering for focusable widgets

This commit is contained in:
Chris Cummer
2019-04-30 09:09:11 -07:00
parent 17d53ca39a
commit 378cce8726
13 changed files with 13 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ func (widget *Widget) Refresh() {
}
widget.app.QueueUpdateDraw(func() {
widget.View.SetTitle(widget.ContextualTitle(fmt.Sprintf("%s", widget.CommonSettings.Title)))
widget.View.SetTitle(widget.ContextualTitle(widget.CommonSettings.Title))
widget.View.Clear()
})