Window: Fix SetNextWindowBgAlpha(1.0f) failing to override alpha component. (#3007)

This commit is contained in:
omar
2020-01-30 15:13:36 +01:00
parent 0a23582718
commit 6e1f8be07b
4 changed files with 8 additions and 3 deletions

View File

@ -72,6 +72,7 @@ Other Changes:
- ColorEdit: "Copy As" context-menu tool shows hex values with a '#' prefix instead of '0x'.
- ColorEdit: "Copy As" content-menu tool shows hex values both with/without alpha when available.
- MenuBar: Fix minor clipping issue where occasionally a menu text can overlap the right-most border.
- Window: Fix SetNextWindowBgAlpha(1.0f) failing to override alpha component. (#3007) [@Albog]
- ImDrawList: AddCircle(), AddCircleFilled() API can now auto-tessellate when provided a segment
count of zero. Alter tessellation quality with 'style.CircleSegmentMaxError'. [@ShironekoBen]
- ImDrawList: Add AddNgon(), AddNgonFilled() API with a guarantee on the explicit segment count.