diff options
| author | Jeff Carr <[email protected]> | 2024-01-17 03:02:12 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-17 03:02:12 -0600 |
| commit | 4feb266a1751a06d718d7261475e85787106399b (patch) | |
| tree | e95e21c413649a0ef6983df1b2b7dfea31f23f53 /main.go | |
| parent | e691f1c52bcdefc3f41db9af36f8d1701f01b94a (diff) | |
dropdown menus work again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ var myGui *gui.Node // This is the beginning of the binary tree of widgets // go will sit here until the window exits func main() { myGui = gui.New().Default() - myGui.LoadToolkit("nocui") + // myGui.LoadToolkit("nocui") helloworld() gui.Watchdog() |
