diff options
| author | Jeff Carr <[email protected]> | 2024-01-29 23:01:39 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-29 23:01:39 -0600 |
| commit | 5ef1bd10213a8e6a8b96ed1ca67a91ceb7f026fd (patch) | |
| tree | 6659d0d1ce6f628577267bc0b03e0bdf3976bd16 /add.go | |
| parent | d97ce2aecc08cdaae49b5885453deee9260aaf06 (diff) | |
window widgets are being displayed
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'add.go')
| -rw-r--r-- | add.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -47,7 +47,8 @@ func addWidget(n *tree.Node) { case widget.Window: nw.frame = false nw.color = &colorWindow - // redoWindows(0,0) + wRoot := me.treeRoot.TK.(*guiWidget) + wRoot.redoWindows(0, 0) return case widget.Tab: nw.color = &colorTab |
