Restoring the original flow of Monitor_activateView until I understand better how to optimize.

This commit is contained in:
Joshua Fuhs 2012-06-22 23:27:54 -04:00
parent 4e7da85ffc
commit 043d14a569

View file

@ -78,15 +78,14 @@ Monitor_activateView(v) {
If Not (Manager_#%A_LoopField%_tags & (1 << v - 1))
WinHide, ahk_id %A_LoopField%
StringTrimRight, wndIds, View_#%m%_#%v%_wndIds, 1
DetectHiddenWindows, On
View_arrange(m, v)
DetectHiddenWindows, Off
Loop, PARSE, wndIds, `;
WinShow, ahk_id %A_LoopField%
Manager_hideShow := False
Bar_updateView(m, aView)
Bar_updateView(m, v)
View_arrange(m, v)
}
wndId := View_#%Manager_aMonitor%_#%v%_aWndId