Blender Git Commit Log
Git Commits -> Revision c463675
April 23, 2021, 14:55 (GMT) |
Fix T87749 (partially): Text jitter in buttons and spreadsheet editor This patch fixes jittering text when resizing regions of the UI as described in T87749. The jitter was caused by the text padding being stored as an integer which lead to inconsistent rounding. Most notably this patch fixes the jitter in the new spreadsheet editor, but not all occurrences of jitter described in T87749 (e.g. in UI lists) are addressed. Differential Revision: https://developer.blender.org/D11060 |
Commit Details:
Full Hash: c46367518827af5aebeb6377d0d04b59432b9107
Parent Commit: 9afa738
Committed By: Hans Goudey
Lines Changed: +2, -1
1 Modified Path:
/source/blender/editors/interface/interface_widgets.c (+2, -1) (Diff)