Tables: Fix drawcall merging of last column. (#4843, #4844)

Amend 83d22f4e
This commit is contained in:
Rokas Kupstys
2022-05-31 14:37:57 +03:00
committed by ocornut
parent e23c5edd5f
commit f58bd817e2
3 changed files with 4 additions and 2 deletions

View File

@ -88,6 +88,8 @@ Other Changes:
- Tables: Fixed incorrect border height used for logic when resizing one of several synchronized
instance of a same table ID, when instances have a different height. (#3955).
- Tables: Fixed incorrect auto-fit of parent windows when using non-resizable weighted columns. (#5276)
- Tables: Fixed drawcall merging of last column. Depending on some unrelated settings (e.g. BorderH)
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.
- Menus: Adjusted BeginMenu() closing logic so hovering void or non-MenuItem() in parent window