Skip to content

Commit

Permalink
修复点击命令后运行两次的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
goreliu committed Sep 9, 2017
1 parent 250f198 commit 961ee4c
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 @@ -437,7 +437,7 @@ ClickFunction:

if (g_Conf.Config.ClickToRun)
{
GoSub, RunCurrentCommand
RunCommand(g_CurrentCommand)
}
return

Expand Down

0 comments on commit 961ee4c

Please sign in to comment.