Blender Git Commit Log
Git Commits -> Revision 9be49a1
November 5, 2021, 21:32 (GMT) |
Fix: Property editor icon jittering in some cases In the tools tab, the tool icon would be offset when it intersected the bottom of the editor. With some screen resolutions, the icons on the left side of the editor would also move when intersecting the bottom of the editor. This happened because of the truncation in the implicit conversion from float to int. Instead, use explicit conversion functions. Differential Revision: https://developer.blender.org/D11097 |
Commit Details:
Full Hash: 9be49a10699417aa5902144d99ff70e5e1fc6af8
Parent Commit: 97ff37b
Committed By: Hans Goudey
Lines Changed: +4, -3