Files
test/source
Harley Acheson 93e8c231aa Fix #88236: When Tabbing in Block Skip UI_HIDDEN
When pressing Tab to move to the next input in the same block (and
Alt-Tab to move backward), we currently skip buttons that have the
UI_BUT_DISABLED flag. This PR makes these operations also skip buttons
that have UI_HIDDEN. This makes tabbing work better in places like the
color picker where we show/hide the RGB and HSV buttons depending on
mode.

Pull Request: https://projects.blender.org/blender/blender/pulls/131698
2024-12-10 20:13:28 +01:00
..