Blender Git Commit Log
Git Commits -> Revision ab21009
Revision ab21009 by Nicholas Rishel (master) February 17, 2021, 01:45 (GMT) |
Fix T84701: Popup closes on release while dragging parameter. Windows Ghost cursor movement was previously changed to use SendInput because SetCursorPos sporadically allows the cursor to escape the window. This is now reverted because SendInput causes mouse history via GetMouseMovePointsEx to contain invalid movement history, likely due to interaction with mouse acceleration. This resulted in popups closing when the cursor appeared to leave their range. |
Commit Details:
Full Hash: ab210098424bf53b1fdac3de2d016d3e4aa04bfe
Parent Commit: c13754e
Lines Changed: +1, -14
1 Modified Path:
/intern/ghost/intern/GHOST_SystemWin32.cpp (+1, -14) (Diff)