Re-fixed bug in "Monitor_activateView"
This commit is contained in:
parent
c004d98d25
commit
867d0c31f8
1 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,9 @@ Monitor_activateView(i, d = 0) {
|
|||
}
|
||||
SetWinDelay, 10
|
||||
DetectHiddenWindows, On
|
||||
wndId := View_#%m%_#%i%_aWndId
|
||||
If wndId
|
||||
Window_set(wndId, "AlwaysOnTop", "On")
|
||||
View_arrange(m, i)
|
||||
DetectHiddenWindows, Off
|
||||
StringTrimRight, wndIds, View_#%m%_#%i%_wndIds, 1
|
||||
|
@ -86,6 +89,7 @@ Monitor_activateView(i, d = 0) {
|
|||
{
|
||||
Window_show(A_LoopField)
|
||||
}
|
||||
Window_set(wndId, "AlwaysOnTop", "Off")
|
||||
SetWinDelay, 10
|
||||
Manager_hideShow := False
|
||||
|
||||
|
|
Loading…
Reference in a new issue