diff options
| author | Jeff Carr <[email protected]> | 2019-05-29 15:46:21 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-29 15:46:21 -0700 |
| commit | 77035ad6bdf08097bafd4f4d4668fda4a2db9bac (patch) | |
| tree | f87d6b772cd5f38bcd945ed020ccb7f23074159f /debug.go | |
| parent | fc35ccbfd23aefde013905c8c31668825368ebba (diff) | |
start moving the area text back to the main program
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
@@ -82,7 +82,7 @@ func runTestHide(b *ButtonMap) { log.Println("runTestHide START") Data.Window1.Box1.Hide() Data.Window1.Box2.Hide() - time.Sleep(2000 * time.Millisecond) + // time.Sleep(2000 * time.Millisecond) Data.State = "HIDE" log.Println("runTestHide END") } |
