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:
@@ -74,6 +74,7 @@ func (widget *Widget) Refresh() {
|
||||
}
|
||||
|
||||
widget.app.QueueUpdateDraw(func() {
|
||||
widget.View.SetTitle(widget.ContextualTitle(widget.CommonSettings.Title))
|
||||
widget.display()
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user