TabBar: TabItem() now reacts to SetNextItemWidth() and SetNextItemOpen(true). (#5262)

This commit is contained in:
ocornut
2022-06-21 16:20:01 +02:00
parent d3fd2630b7
commit 4b97296148
3 changed files with 29 additions and 15 deletions

View File

@ -105,6 +105,7 @@ Other Changes:
merging drawcall of the last column didn't always work (regression since 1.87). (#4843, #4844) [@rokups]
- Inputs: Fixed IsMouseClicked() repeat mode rate being half of keyboard repeat rate.
- ColorEdit: Fixed text baseline alignment after a SameLine() after a ColorEdit() with visible label.
- TabBar: TabItem() now reacts to SetNextItemWidth() and SetNextItemOpen(true). (#5262)
- Menus: Adjusted BeginMenu() closing logic so hovering void or non-MenuItem() in parent window
always lead to menu closure. Fixes using items that are not MenuItem() or BeginItem() at the root
level of a popup with a child menu opened.