Files
test2/source/blender
Julian Eisel f86c042724 Fix: Undefined behavior when using UI list or tree-view scrollbar
A scrollbar button would be cast to a number-slider button, and values from
this memory used for scrollbar specific calculations. Looks like an error from
809499a3d0.

In practice the error wouldn't be visible, since the actually used value would
by chance be the intended value, from what I can tell. That's because
`uiButNumberSlider.step_size` and `uiButScrollBar.visual_height` have the same
memory offset within the button memory.
2025-10-15 16:20:39 +02:00
..
2025-10-02 12:55:42 -04:00
2025-10-07 15:14:22 +02:00
2025-10-15 09:43:57 +11:00
2025-10-02 12:55:42 -04:00