Blender Git Commit Log
Git Commits -> Revision 1fdea43
Revision 1fdea43 by Campbell Barton (master) December 3, 2019, 08:53 (GMT) |
Fix minor errors with text view margins for console/info editor - Margins used duplicate define between files. - Cursor selection ignored margins. - Cursor wasn't scaling with DPI. Add a 'draw_rect' member which is the region rect with margins applied to make these checks clearer. This resolves issue pointed out in D6300, which complicated further refactoring. |
Commit Details:
Full Hash: 1fdea43c29a7a0ffb65ec8049da574d4198d22af
Parent Commit: a81fdef
Lines Changed: +66, -32