tried to fix issue #102

This commit is contained in:
joten 2016-05-15 13:08:45 +02:00
parent 744ee1f7d7
commit d2998c9cbc
2 changed files with 1 additions and 1 deletions

BIN
bugn.exe

Binary file not shown.

View File

@ -184,7 +184,7 @@ View_getTiledWndIds(m, v)
StringTrimRight, wndIds, View_#%m%_#%v%_wndIds, 1
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
tiledWndIds .= A_LoopField ";"