diff options
| author | Jeff Carr <[email protected]> | 2019-06-02 21:01:18 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-06-02 21:01:18 -0700 |
| commit | 2e99dd55bd8fa57958e23085362ab401c995d8b2 (patch) | |
| tree | 10236276b4c9f2776a0089c6dc33c9f82b119872 /debug.go | |
| parent | 52a7c95ca42eca86934bda14ffd20bd767ad552d (diff) | |
hopefully starting now it will be new features here
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debug.go')
| -rw-r--r-- | debug.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ func WatchGUI() { for name, abox := range window.BoxMap { log.Printf("\twatchGUI() BOX mapname=%-12s abox.Name=%-12s", name, abox.Name) /* - if (name == "SplashArea3") { + if (name == "DEBUG") { log.Println("\t\twatchGUI() BOX abox =", reflect.TypeOf(abox)) win := abox.Window log.Println("\t\twatchGUI() BOX win =", reflect.TypeOf(win)) |
