Blender Git Commit Log

Git Commits -> Revision 06e3e2f

August 23, 2021, 07:34 (GMT)
Fix T90364: buttons (partially) behind animchannel search block search

When channels are scrolled to be (partially) behind the search bar,
their widget buttons would still be interactive, preventing the seach
buttons to be usable.

We have to make sure the events are consumed from the search and dont
reach other UI blocks.
We can do so by flagging the block `UI_BLOCK_CLIP_EVENTS` -- but also
have to make sure the bounds are calculated correctly (otherwise the
check relating `UI_BLOCK_CLIP_EVENTS` in `ui_but_find_mouse_over_ex` wont
trigger properly.

Maniphest Tasks: T90364

Differential Revision: https://developer.blender.org/D12103

Commit Details:

Full Hash: 06e3e2f21c92f672b3b88f8f0e028c02e9cfc013
Parent Commit: c2ba9be
Committed By: Jeroen Bakker
Lines Changed: +4, -0

1 Modified Path:

/source/blender/editors/animation/time_scrub_ui.c (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021