Log/Capture: fixed erroneously injecting extra carriage returns in output.

This commit is contained in:
ocornut
2026-01-26 12:29:42 +01:00
parent ab6c9d9b12
commit 814c6a194b
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -180,6 +180,8 @@ Other Changes:
nesting a tooltip in a disabled block. (#9180, #7640) [@RegimantasSimkus]
- Added GetItemFlags() in public API for consistency and to expose generic
flags of last submitted item. (#9127)
- Log/Capture: fixed erroneously injecting extra carriage returns in output
buffer when ItemSpacing.y > FramePadding.y + 1.
- Images:
- Added style.ImageRounding, ImGuiStyleVar_ImageRounding to configure
rounding of Image() widgets. (#2942, #845)