Blender Git Commit Log
Git Commits -> Revision e46055a
Revision e46055a by Pablo Vazquez (master) October 15, 2021, 09:54 (GMT) |
UI: Fix offset of vertical scale indicators `BLF_height_max()` uses the tallest character in the font, and many characters in our font are taller than numbers. Use `BLF_height` with `0` as reference instead. Fix by @harley, thanks! |
Commit Details:
Full Hash: e46055ae9dbd77271878b35cdd061cb7cc7e1afc
Parent Commit: 93a8fd1
Lines Changed: +1, -1
1 Modified Path:
/source/blender/editors/interface/view2d_draw.c (+1, -1) (Diff)