tried to fix issue #102
This commit is contained in:
parent
744ee1f7d7
commit
d2998c9cbc
2 changed files with 1 additions and 1 deletions
BIN
bugn.exe
BIN
bugn.exe
Binary file not shown.
|
@ -184,7 +184,7 @@ View_getTiledWndIds(m, v)
|
||||||
StringTrimRight, wndIds, View_#%m%_#%v%_wndIds, 1
|
StringTrimRight, wndIds, View_#%m%_#%v%_wndIds, 1
|
||||||
Loop, PARSE, wndIds, `;
|
Loop, PARSE, wndIds, `;
|
||||||
{
|
{
|
||||||
If Not Window_#%A_LoopField%_isFloating And WinExist("ahk_id " A_LoopField) and Not Window_isHung(A_LoopField)
|
If A_LoopField And Not Window_#%A_LoopField%_isFloating And WinExist("ahk_id " A_LoopField) and Not Window_isHung(A_LoopField)
|
||||||
{
|
{
|
||||||
n += 1
|
n += 1
|
||||||
tiledWndIds .= A_LoopField ";"
|
tiledWndIds .= A_LoopField ";"
|
||||||
|
|
Loading…
Reference in a new issue