diff options
| author | Jeff Carr <[email protected]> | 2024-02-09 03:43:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-09 03:43:55 -0600 |
| commit | bd24754c82f77d06dba31c32c3acdd0ed1adebe9 (patch) | |
| tree | 774a6a939c268c18a186ae110a181e644ef0d87d /structs.go | |
| parent | b029617e7dd7988a7557c176017fe261ab7cc000 (diff) | |
more node State repairs
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
