reintroduced Config_shellMsgDelay (issue #83)
This commit is contained in:
parent
45072c62ea
commit
b55bd99ab5
2 changed files with 1 additions and 0 deletions
BIN
bugn.exe
BIN
bugn.exe
Binary file not shown.
|
@ -540,6 +540,7 @@ Manager_onShellMessage(wParam, lParam) {
|
||||||
;; Look into the use of AHK synchronization primitives.
|
;; 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
|
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 := ""
|
wndIds := ""
|
||||||
isChanged := Manager_sync(wndIds)
|
isChanged := Manager_sync(wndIds)
|
||||||
If wndIds
|
If wndIds
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue