diff options
| author | Jeff Carr <[email protected]> | 2024-01-19 12:18:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-19 12:18:11 -0600 |
| commit | f48b950655f57cb02bbd754ba0043a953956f888 (patch) | |
| tree | 7547dd1b167536fe9cb4c6f42e6675b5ac0d89d1 /updateui.go | |
| parent | c2a563ae37d11f8374df6c7f00661369f4d5a76f (diff) | |
things are moving to widget.Statev0.0.9
pass borderless
windows correctly destroy themselves from the binary tree
checkbox state cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'updateui.go')
| -rw-r--r-- | updateui.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updateui.go b/updateui.go index b6c3096..88ac55b 100644 --- a/updateui.go +++ b/updateui.go @@ -99,5 +99,5 @@ func demoUI() { }) // this is messed up. - // mainWindow.Show() + mainWindow.Show() } |
