diff options
| author | Jeff Carr <[email protected]> | 2025-02-01 14:02:58 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-01 14:02:58 -0600 |
| commit | fdca4d26014b4d448af59a595f3ed87bda8c9421 (patch) | |
| tree | f0b7e7d57dfdbee76fd6141c18e56f7a787cfa06 /treeAdd.go | |
| parent | 417b3e5225cfdf00d116082832c44ea1aab93664 (diff) | |
finally found the minor missing return lines
Diffstat (limited to 'treeAdd.go')
| -rw-r--r-- | treeAdd.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -62,12 +62,16 @@ func addWidget(n *tree.Node) { return case widget.Button: nw.color = &colorButton + return case widget.Checkbox: nw.color = &colorCheckbox + return case widget.Dropdown: nw.color = &colorDropdown + return case widget.Combobox: nw.color = &colorCombobox + return case widget.Box: nw.color = &colorBox nw.isFake = true |
