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
1 changed files with 1 additions and 1 deletions

View File

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