Tabs: made scrolling buttons never keyboard/gamepad navigation candidates.

This commit is contained in:
ocornut
2025-08-04 15:12:23 +09:00
parent 7d5fef8642
commit c14d83d4e0
2 changed files with 2 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ Other Changes:
any potential shrinking is applied.
- Tabs: fixed tab bar underline not drawing below scroll buttons, when
they are enabled (minor regression from 1.90). (#6820, #4859, #5022, #5239)
- Tabs: made scrolling buttons never keyboard/gamepad navigation candidates.
- Nav: fixed a bug where GamepadMenu button couldn't toggle between main and
menu layers while navigating a Modal window. (#8834)
- Error Handling: minor improvements to error handling for TableGetSortSpecs()