GOOD: font button shows up again (doesn't do anything)

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2021-11-04 03:25:42 -05:00
parent f615feaf81
commit 12cc3882f5
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ func (n *Node) CreateFontButton(action string) *Node {
log.Println("FontButton.OnChanged() START")
n.Dump()
})
n.uiBox.Append(n.uiFontButton, Config.Stretchy)
return n
}