summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-28 13:14:43 -0600
committerJeff Carr <[email protected]>2024-01-28 13:14:43 -0600
commitdab898f0f945fc3b0a5747f38b7f22b59d539117 (patch)
treed20bb2df81e875b25d1ae74cda93eb5c4ec60696 /structs.go
parent44ee09f79843d3b9fca666b2c2dbd298a4c4eaba (diff)
cleaner debugging
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index dc519a9..181db88 100644
--- a/structs.go
+++ b/structs.go
@@ -143,6 +143,8 @@ type guiWidget struct {
vals []string // dropdown menu items
+ active bool
+
AtW int
AtH int