1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Menus: fixed MenuItem() label baseline when using inside a line with an offset.

Amend f8fae02270
This commit is contained in:
ocornut 2025-11-27 19:46:13 +01:00
parent ae873b1e0d
commit 1f54665799
2 changed files with 6 additions and 4 deletions

View file

@ -51,6 +51,7 @@ Other Changes:
- Textures:
- Fixed a building issue when ImTextureID is defined as a struct.
- Fixed displaying texture # in Metrics/Debugger window.
- Menus: fixed MenuItem() label baseline when using inside a line with an offset.
- Scrollbar: fixed a codepath leading to a divide-by-zero (which would not be
noticeable by user but detected by sanitizers). (#9089) [@judicaelclair]
- Backends: