Blender Git Commit Log
Git Commits -> Revision 67e54eb
Revision 67e54eb by Joshua Leung (master) March 21, 2013, 11:14 (GMT) |
Bugfix: Transform autokey warning indicator text was getting clipped prematurely After quite some time debugging going back through previous commits for this feature and digging around the internals of the blenfont,I finally found the culprit. It turns out that there was just a single line missing between BLF_width_default() and BLF_width_and_height_default(), which caused the widths returned to understimate the space required or so, causing text clipping. The offending line probably correcting for different DPI scaling values. |
Commit Details:
Full Hash: 67e54eb8195443bf28280c62c92b313316fd2d8a
SVN Revision: 55461
Parent Commit: 8a7ce9c
Lines Changed: +2, -1