diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 16:40:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 16:40:52 -0600 |
| commit | ed3e1d46b16342b574cb85bc06d1216e5c54647d (patch) | |
| tree | 52fc954a1205b0583e9db42f9f9c1642fcf90bb1 /draw.go | |
| parent | 2ec592b5fe8184f365e6de9a8937d5f24e94e471 (diff) | |
try to figure out go mod problem
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'draw.go')
| -rw-r--r-- | draw.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ import ( "go.wit.com/gui/gadgets" ) +// TODO: make sure this works without needing to be shown + func (d *LogSettings) Show() { if ! d.Ready() { return } d.win.Show() |
