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

Fix double-render of title in Weather

This commit is contained in:
Chris Cummer
2019-05-10 08:09:50 -07:00
parent 018d2af3ae
commit 68ed842c87
2 changed files with 3 additions and 2 deletions

View File

@@ -131,7 +131,6 @@ func (widget *TextWidget) addView() *tview.TextView {
view.SetBorder(true)
view.SetDynamicColors(true)
view.SetTitle(widget.ContextualTitle(widget.CommonSettings.Title))
view.SetWrap(false)
return view