Blender Git Loki
Git Commits -> Revision dbcce31
Revision dbcce31 by Nathan Craddock (soc-2019-outliner) July 18, 2019, 00:49 (GMT) |
Outliner: Show active improvements Prevent the show active operator from scrolling beneath the allowed scrolling range. This removes jumpy redraws after the operator executes. The horizontal centering is difficult, because the elements outside the view of the outliner do not have the xend properly set and the max width of the outliner is not properly calculated. This means it is not possible to center the x position while keeping the view in range of scrolling. This could be resolved by drawing the outliner after setting the y position, but that is not an ideal solution. |
Commit Details:
Full Hash: dbcce31ad3632cae643c366d4bca13fa30c08ac6
Parent Commit: e664a32
Lines Changed: +10, -5
1 Modified Path:
/source/blender/editors/space_outliner/outliner_edit.c (+10, -5) (Diff)