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:
parent
78d3becdf3
commit
5ba7c6416f
@ -61,7 +61,6 @@ func (widget *Widget) Refresh() {
|
|||||||
|
|
||||||
widget.UpdateRefreshedAt()
|
widget.UpdateRefreshedAt()
|
||||||
widget.ipinfo()
|
widget.ipinfo()
|
||||||
widget.View.Clear()
|
|
||||||
|
|
||||||
widget.View.SetText(widget.result)
|
widget.View.SetText(widget.result)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user