Fixed bug that didn't set a window's monitor correctly.

This commit is contained in:
Joshua Fuhs 2012-07-13 10:01:37 -04:00
parent af3dbbadf8
commit 714a0b24c7

View file

@ -181,7 +181,7 @@ Monitor_getWorkArea(m) {
Monitor_moveWindow(m, wndId) { Monitor_moveWindow(m, wndId) {
Global Global
Manager_#%wndId%_monitor = m Manager_#%wndId%_monitor := m
} }
Monitor_setWindowTag(t) { Monitor_setWindowTag(t) {