diff options
| author | Jeff Carr <[email protected]> | 2019-05-22 19:18:55 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-22 19:18:55 -0700 |
| commit | 72c316dc990ca42faa23704ccf924ed0abd4e2c2 (patch) | |
| tree | 6d10015d470e89c2e4347736e44548e504cb87fb /vmWindow.go | |
| parent | 7ea694b0865b3fead15c0ad5d0192d43badb5fd4 (diff) | |
calls back on button clicks
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'vmWindow.go')
| -rw-r--r-- | vmWindow.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vmWindow.go b/vmWindow.go index 2d62545..74e43bb 100644 --- a/vmWindow.go +++ b/vmWindow.go @@ -6,8 +6,8 @@ import "github.com/andlabs/ui" import _ "github.com/andlabs/ui/winmanifest" func ShowVM() { - name := CurrentVM - log.Println("setupDemoUI() START CurrentVM=", CurrentVM) + name := Data.CurrentVM + log.Println("setupDemoUI() START Data.CurrentVM=", Data.CurrentVM) VMwin := ui.NewWindow("VM " + name, 500, 300, false) VMwin.OnClosing(func(*ui.Window) bool { return true |
