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

delete the useless clear operation

This commit is contained in:
FengYa 2018-06-08 14:22:01 +08:00 committed by Chris Cummer
parent cd983a8e8f
commit 8cf363690d

View File

@ -61,7 +61,6 @@ func (widget *Widget) Refresh() {
widget.UpdateRefreshedAt()
widget.ipinfo()
widget.View.Clear()
widget.View.SetText(widget.result)
}