working on fixing button disable
This commit is contained in:
parent
27c0a4afb9
commit
6f5944d45f
|
@ -13,6 +13,7 @@ func (me *TreeInfo) AddNode(a *widget.Action) *Node {
|
|||
n.ParentId = a.ParentId
|
||||
|
||||
n.State = a.State
|
||||
n.State.Enable = a.State.Enable
|
||||
// n.Strings = make(map[string]int)
|
||||
// slices.Reverse(lines)
|
||||
// dropdown strings
|
||||
|
|
Loading…
Reference in New Issue