From 063c40accd0c866567c2a580a4fa5243f4ad82b3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 5 Feb 2024 03:05:37 -0600 Subject: function rename Signed-off-by: Jeff Carr --- plugin.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin.go') diff --git a/plugin.go b/plugin.go index b9ff8ee..4c84323 100644 --- a/plugin.go +++ b/plugin.go @@ -160,8 +160,8 @@ func (w *guiWidget) SetText(text string) { if w.Visible() { w.textResize() - w.deleteView() - w.showView() + w.Hide() + w.Show() } } -- cgit v1.2.3