mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-03-14 12:31:22 +00:00

If we invalidate the window, we used to not update this->cursorLast, and this causes us to lose track of the cursor. Now we update this->cursorLast unconditionally, and this fixes the issue.