summaryrefslogtreecommitdiff
path: root/checkbox.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-13 22:28:59 -0600
committerJeff Carr <[email protected]>2025-02-13 22:28:59 -0600
commitb64bf96606fbe0af5edbc3f23cab2e42eec4f28a (patch)
tree429286b3c8583e29a88dd4aaedaac06086a436d8 /checkbox.go
parenta264a7d121a40f7a1827e5925bd20bcbfeacf63b (diff)
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 f85c0d6..0789eb6 100644
--- a/checkbox.go
+++ b/checkbox.go
@@ -34,7 +34,7 @@ func (t *guiWidget) checked() bool {
return t.uiCheckbox.Checked()
}
-func setChecked(n *tree.Node, b bool) {
+func realSetChecked(n *tree.Node, b bool) {
if n.WidgetType != widget.Checkbox {
}
var tk *guiWidget