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:
parent
c57a997cb8
commit
d5b11fe44c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue