Remove another completed todo
This commit is contained in:
parent
26c1f2bafc
commit
5989c43a53
1 changed files with 3 additions and 3 deletions
|
@ -891,8 +891,8 @@ Manager_saveWindowState(filename, nm, nv)
|
||||||
|
|
||||||
text .= "`n"
|
text .= "`n"
|
||||||
|
|
||||||
; @todo: Dump window arrangements on every view. If some views or monitors have disappeared, leave their
|
;; Dump window arrangements on every view. If some views or monitors have disappeared, leave their
|
||||||
; corresponding windows alone.
|
;; corresponding windows alone.
|
||||||
|
|
||||||
Loop, % nm
|
Loop, % nm
|
||||||
{
|
{
|
||||||
|
@ -900,7 +900,7 @@ Manager_saveWindowState(filename, nm, nv)
|
||||||
Loop, % nv
|
Loop, % nv
|
||||||
{
|
{
|
||||||
view := A_Index
|
view := A_Index
|
||||||
; Dump all view window lists
|
;; Dump all view window lists
|
||||||
text .= "View_#" . monitor . "_#" . view . "_wndIds=" . View_#%monitor%_#%view%_wndIds . "`n"
|
text .= "View_#" . monitor . "_#" . view . "_wndIds=" . View_#%monitor%_#%view%_wndIds . "`n"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue