Fixed CloseCurrentPopup() on a child-menu of a modal incorrectly closing the modal. (#2308)

This commit is contained in:
omar
2019-01-27 23:54:17 +01:00
parent 13ca2fe845
commit 8a4422b2fa
3 changed files with 29 additions and 4 deletions

View File

@ -36,6 +36,7 @@ HOW TO UPDATE?
Other Changes:
- Added .editorconfig file for text editors to standardize using spaces. (#2038) [@kudaba]
- Fixed range-version of PushID() and GetID() not honoring the ### operator to restart from the seed value.
- Fixed CloseCurrentPopup() on a child-menu of a modal incorrectly closing the modal. (#2308)
- Window: When resizing from an edge, the border is more visible and better follow the rounded corners.
- ImDrawList: Fixed AddCircle(), AddCircleFilled() angle step being off, which was visible when drawing a "circle"
with a small number of segments (e.g. an hexagon). (#2287) [@baktery]