Selectable: Fixed honoring style.SelectableTextAlign with unspecified size. (#2347, #2601)

This commit is contained in:
omar
2020-03-26 14:53:07 +01:00
parent ac2247f551
commit 7c11997bcc
3 changed files with 17 additions and 12 deletions

View File

@ -45,6 +45,7 @@ Other Changes:
when the menu is not open. (#3030)
- InputText: Fixed password fields displaying ASCII spaces as blanks instead of using the '*'
glyph. (#2149, #515)
- Selectable: Fixed honoring style.SelectableTextAlign with unspecified size. (#2347, #2601)
- Scrolling: Fixed scrolling centering API leading to non-integer scrolling values and initial
cursor position. This would often get fixed after the fix item submission, but using the
ImGuiListClipper as the first thing after Begin() could largely break size calculations. (#3073)