Fixed minor title bar text clipping issue when FramePadding is small/zero and there are no close button in the window. (#3731)

This commit is contained in:
ocornut
2021-01-26 16:07:41 +01:00
parent a8d2d8ee97
commit 6b32d0ebc7
2 changed files with 7 additions and 4 deletions

View File

@ -37,6 +37,8 @@ HOW TO UPDATE?
Other Changes:
- Window: Fixed minor title bar text clipping issue when FramePadding is small/zero and there are no
close button in the window. (#3731)
- ImDrawList: Fixed AddCircle()/AddCircleFilled() with (rad > 0.0f && rad < 1.0f && num_segments == 0). (#3738)
Would lead to a buffer read overflow.
- Backends: Win32: Dynamically loading XInput DLL instead of linking with it, facilite compiling with