Fixed bug allowing windows to be minimized to tray
+ updated .exe
This commit is contained in:
parent
79635f8ced
commit
a927db0491
2 changed files with 0 additions and 2 deletions
BIN
bugn.exe
BIN
bugn.exe
Binary file not shown.
|
@ -1083,8 +1083,6 @@ Manager_unmanage(wndId) {
|
|||
|
||||
aView := Monitor_#%Manager_aMonitor%_aView_#1
|
||||
|
||||
;; Do our best to make sure that any unmanaged windows are left visible.
|
||||
Window_show(wndId)
|
||||
a := Window_#%wndId%_tags & 1 << aView - 1
|
||||
Loop, % Config_viewCount {
|
||||
If (Window_#%wndId%_tags & 1 << A_Index - 1) {
|
||||
|
|
Loading…
Reference in a new issue