d8f3f8cc613b39fb501a20f362738fb9a613be5b
Mouse and action zone interaction for scrollbars depend on `v2d->vert` and `v2d->hor`, which are updated through `view2d_masks`. However, scrollbar drawing through `UI_view2d_scrollers_draw` calls `view2d_scrollers_calc`, which pads these sizes further, meaning that drawn scrollbars are slightly out of sync with their hotspots. This is noticeable at track edges for shrinking scrollers or when tracks are opaque. Fix by moving the extra (noticeable) padding code from `view2d_scrollers_calc` to `view2d_masks`. Pull Request: https://projects.blender.org/blender/blender/pulls/135021
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
11%
C
6.3%
GLSL
2.2%
CMake
1.3%
Other
1.1%
