diff options
| author | Jeff Carr <[email protected]> | 2024-02-05 04:19:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-05 04:19:32 -0600 |
| commit | 94b41aa18a230289e30254b3a23b39c88193159a (patch) | |
| tree | 72f3be3b29cd0bde18e78ca116e65f4832f8625e /add.go | |
| parent | a15aea03ea4d0bc73d3773f7c77b380caa57153c (diff) | |
gadget window displays correctly for some reason
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
@@ -43,7 +43,8 @@ func addWidget(n *tree.Node) { return case widget.Window: nw.frame = false - nw.color = &colorWindow + // nw.color = &colorWindow + nw.setColor(&colorWindow) wRoot := me.treeRoot.TK.(*guiWidget) wRoot.redoWindows(0, 0) // TODO: record the first window here? |
