notsure
This commit is contained in:
parent
1e97138a1c
commit
7a1124c6f5
|
@ -14,6 +14,9 @@ import (
|
|||
func (me *TreeInfo) doAction(a widget.Action) {
|
||||
if a.ActionType == widget.ToolkitInit {
|
||||
log.Log(TREEWARN, "tree.doAction() trapped ToolkitInit finally!")
|
||||
a.WidgetType = widget.Root
|
||||
AddNode(&a)
|
||||
log.Log(TREEWARN, "tree.doAction() init() me.treeRoot")
|
||||
if me.ToolkitInit != nil {
|
||||
log.Log(TREEWARN, "tree.doAction() doing ToolkitInit()")
|
||||
me.ToolkitInit()
|
||||
|
|
Loading…
Reference in New Issue