reintroduced Config_shellMsgDelay (issue #83)

This commit is contained in:
joten 2016-04-09 14:06:43 +02:00
parent 45072c62ea
commit b55bd99ab5
2 changed files with 1 additions and 0 deletions

BIN
bugn.exe

Binary file not shown.

View File

@ -540,6 +540,7 @@ Manager_onShellMessage(wParam, lParam) {
;; Look into the use of AHK synchronization primitives.
If (wParam = 1 Or wParam = 2 Or wParam = 4 Or wParam = 6 Or wParam = 32772) And lParam And Not Manager_hideShow
{
Sleep, % Config_shellMsgDelay
wndIds := ""
isChanged := Manager_sync(wndIds)
If wndIds