Skip to content

Commit

Permalink
Try to fix ActivateRunZ
Browse files Browse the repository at this point in the history
  • Loading branch information
goreliu committed Aug 22, 2016
1 parent 0fd029a commit 0023124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RunZ.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -375,13 +375,13 @@ ActivateRunZ:

Loop, 5
{
Sleep, 50
if (WinActive(g_WindowName))
{
break
}

Gui, Show, , % g_WindowName
Sleep, 50
}
return

Expand Down

0 comments on commit 0023124

Please sign in to comment.