fixed bug: lost windows on reload

windows got lost, when reloading and not Config_dynamicTiling, i. e.
manual tiling was enabled
This commit is contained in:
joten 2014-03-09 22:45:28 +01:00
parent c57a997cb8
commit d5b11fe44c
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ Manager_cleanup()
Monitor_getWorkArea(m)
Loop, % Config_viewCount
{
View_arrange(m, A_Index)
View_arrange(m, A_Index, True)
}
}
Manager_winSet("AlwaysOnTop", "On", aWndId)