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

@@ -69,6 +69,7 @@ func (widget *Widget) Refresh() {
if err != nil {
widget.View.SetWrap(true)
widget.View.SetTitle(widget.ContextualTitle(widget.CommonSettings.Title))
widget.View.SetText(err.Error())
} else {
var stories []Story