test BlockDelay effect

This commit is contained in:
cuu
2018-06-19 15:23:59 +08:00
parent 238e250499
commit 01237d9f65
4 changed files with 5 additions and 4 deletions

View File

@@ -387,10 +387,10 @@ func (self *MainScreen) RunEXE( cmdpath string) {
self.DrawRun()
self.SwapAndShow()
time.Delay(1000)
time.BlockDelay(1000)
cmdpath = strings.Trim(cmdpath," ")
cmdpath = CmdClean(cmdpath)
event.Post(event.RUNEVT,cmdpath)