Files
test/source
Julian Eisel 5829f215ab Fix #129347: Asset shelf tooltips jumping around
10ef436c8f sets the tooltip callback for asset shelf buttons, causing a
code path to be executed that refreshes tooltips in `UI_block_end()`.
This relied on projection matrices being stored for blocks to position
the tooltips, which were incorrect. I think this would be a general
issue for dynamically sized regions, but keeping the fix minimal for now
to avoid further issues.
2024-11-08 17:52:24 +01:00
..