diff options
| author | Jeff Carr <[email protected]> | 2024-02-01 18:28:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-01 18:28:59 -0600 |
| commit | 663704e3ecb4f2d564cf8a1b0d4a595de8e2af8c (patch) | |
| tree | fc50a11173c0a8101f57570657a0e83fd4822965 /add.go | |
| parent | f7c484328b582e6599ceee7d765f629c820e2768 (diff) | |
start debugging combobox & dropdown
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'add.go')
| -rw-r--r-- | add.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -58,6 +58,10 @@ func addWidget(n *tree.Node) { nw.color = &colorButton case widget.Checkbox: nw.color = &colorCheckbox + case widget.Dropdown: + nw.color = &colorDropdown + case widget.Combobox: + nw.color = &colorCombobox case widget.Box: nw.color = &colorBox nw.isFake = true |
