Blender Git Commit Log
Git Commits -> Revision 44ace64
Revision 44ace64 by Philipp Oeser (master) August 30, 2019, 10:45 (GMT) |
Fix interger number buttons increment/decrement arrows not working in some cases Since rB78b56fa7d973 defining a button with 'but->a1 = 0' wasnt automatically setting its step value to 1 in 'ui_do_but_NUM' anymore. Instead of handling this more forgiving in 'ui_do_but_NUM', went over the remaining cases of buttons and and defined them with a step value of 1. Fixes T69305 Reviewed By: brecht Maniphest Tasks: T69305 Differential Revision: https://developer.blender.org/D5631 |
Commit Details:
Full Hash: 44ace647a8ec0d112700afe0c394ec25257fc04f
Parent Commit: f033fa0
Lines Changed: +4, -4