summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-09 03:43:55 -0600
committerJeff Carr <[email protected]>2024-02-09 03:43:55 -0600
commitbd24754c82f77d06dba31c32c3acdd0ed1adebe9 (patch)
tree774a6a939c268c18a186ae110a181e644ef0d87d /structs.go
parentb029617e7dd7988a7557c176017fe261ab7cc000 (diff)
more node State repairs
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index cfd21db..679bdb2 100644
--- a/structs.go
+++ b/structs.go
@@ -44,7 +44,7 @@ type Node struct {
State widget.State
- Strings map[string]int
+ ddStrings []string
// the internal plugin toolkit structure
// in the gtk plugin, it has gtk things like margin & border settings