From 8cf363690d6ba23039b0a15d0810d040d6e6f535 Mon Sep 17 00:00:00 2001 From: FengYa Date: Fri, 8 Jun 2018 14:22:01 +0800 Subject: [PATCH] delete the useless clear operation --- ipinfohigherlimit/widget.go | 1 - 1 file changed, 1 deletion(-) diff --git a/ipinfohigherlimit/widget.go b/ipinfohigherlimit/widget.go index 3fdabb3f..32ed40e2 100644 --- a/ipinfohigherlimit/widget.go +++ b/ipinfohigherlimit/widget.go @@ -61,7 +61,6 @@ func (widget *Widget) Refresh() { widget.UpdateRefreshedAt() widget.ipinfo() - widget.View.Clear() widget.View.SetText(widget.result) }