Changed Monitor_setWindowTag to solve issue #137
This commit is contained in:
parent
fe66ea018a
commit
f529d9b008
2 changed files with 1 additions and 1 deletions
BIN
bugn.exe
BIN
bugn.exe
Binary file not shown.
|
@ -229,7 +229,7 @@ Monitor_setWindowTag(i, d = 0) {
|
|||
|
||||
If (i = 0)
|
||||
i := Monitor_#%Manager_aMonitor%_aView_#1
|
||||
Else If (i <= Config_viewCount)
|
||||
If Not (i = 10)
|
||||
i := Manager_loop(i, d, 1, Config_viewCount)
|
||||
|
||||
WinGet, aWndId, ID, A
|
||||
|
|
Loading…
Reference in a new issue