diff options
| author | Jeff Carr <[email protected]> | 2024-02-05 03:05:37 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-05 03:05:37 -0600 |
| commit | 063c40accd0c866567c2a580a4fa5243f4ad82b3 (patch) | |
| tree | 4911e0503b2155d5eee410cdd6428333809591fc /plugin.go | |
| parent | 2ee37e5c209f64a09d4088b8895880deb084d0ee (diff) | |
function rename
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'plugin.go')
| -rw-r--r-- | plugin.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -160,8 +160,8 @@ func (w *guiWidget) SetText(text string) { if w.Visible() { w.textResize() - w.deleteView() - w.showView() + w.Hide() + w.Show() } } |
