summaryrefslogtreecommitdiff
path: root/checkbox.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-05 03:05:37 -0600
committerJeff Carr <[email protected]>2024-02-05 03:05:37 -0600
commit063c40accd0c866567c2a580a4fa5243f4ad82b3 (patch)
tree4911e0503b2155d5eee410cdd6428333809591fc /checkbox.go
parent2ee37e5c209f64a09d4088b8895880deb084d0ee (diff)
function rename
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'checkbox.go')
-rw-r--r--checkbox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkbox.go b/checkbox.go
index 8c4b3db..e5c730a 100644
--- a/checkbox.go
+++ b/checkbox.go
@@ -26,6 +26,6 @@ func (w *guiWidget) setCheckbox() {
// t := len(w.labelN) + 3
// w.gocuiSize.w1 = w.gocuiSize.w0 + t
- w.deleteView()
+ w.Hide()
w.Show()
}