diff options
| author | Jeff Carr <[email protected]> | 2024-01-28 13:14:43 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-28 13:14:43 -0600 |
| commit | dab898f0f945fc3b0a5747f38b7f22b59d539117 (patch) | |
| tree | d20bb2df81e875b25d1ae74cda93eb5c4ec60696 /structs.go | |
| parent | 44ee09f79843d3b9fca666b2c2dbd298a4c4eaba (diff) | |
cleaner debugging
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -143,6 +143,8 @@ type guiWidget struct { vals []string // dropdown menu items + active bool + AtW int AtH int |
