Blender Git Commit Log
Git Commits -> Revision 9e6c4be
Revision 9e6c4be by Pratik Borhade (master) May 19, 2021, 11:47 (GMT) |
Fix T88167: Regression: no tooltip for syringe/picker, during picking object Fix T88167. Caused by {rB97defd9cd79b6e3ed0e52481a7078107dbe0522b} `(BLI_rcti_isect_pt` used here to confirm if cursor position is in between active region boundary. Subtracting min region boundary from the mouse position before the check, fails the condition. `mval[2]` introduced to hold the region relative mouse position. Reviewed By: Severin Maniphest Tasks: T88167 Differential Revision: https://developer.blender.org/D11224 |
Commit Details:
Full Hash: 9e6c4be731a594593cb7cba96f33ed2d17d71b7f
Parent Commit: d67223c
Committed By: Jeroen Bakker
Lines Changed: +8, -3
1 Modified Path:
/source/blender/editors/interface/interface_eyedropper.c (+8, -3) (Diff)