Fixed bug that didn't set a window's monitor correctly.
This commit is contained in:
parent
af3dbbadf8
commit
714a0b24c7
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ Monitor_getWorkArea(m) {
|
|||
Monitor_moveWindow(m, wndId) {
|
||||
Global
|
||||
|
||||
Manager_#%wndId%_monitor = m
|
||||
Manager_#%wndId%_monitor := m
|
||||
}
|
||||
|
||||
Monitor_setWindowTag(t) {
|
||||
|
|
Loading…
Reference in a new issue