Fix T40639: operators ignore win.cursor_warp()

This commit is contained in:
Campbell Barton 2014-06-17 14:10:18 +10:00
parent 8c16f4c7d0
commit 2886f75f46

@ -1465,6 +1465,9 @@ void WM_cursor_warp(wmWindow *win, int x, int y)
win->eventstate->prevx = oldx;
win->eventstate->prevy = oldy;
win->eventstate->x = oldx;
win->eventstate->y = oldy;
}
}