mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-11 14:28:51 +00:00
Windows: Fixed subsequent Begin() append calls from setting last item information for title-bar. (#7506, #823)
Amend067605052,27fd1b913b
This commit is contained in:
@@ -56,6 +56,9 @@ Breaking changes:
|
||||
|
||||
Other changes:
|
||||
|
||||
- Windows: Fixed subsequent Begin() append calls from setting last item information
|
||||
for title bar, making it impossible to use IsItemHovered() on a Begin()-to-append,
|
||||
and causing issue bypassing hover detection on collapsed windows. (#7506, #823)
|
||||
- Fonts: Fixed font ascent and descent calculation when a font hits exact integer values.
|
||||
It is possible that some prior manual use of ImFontConfig::GlyphOffset may become
|
||||
duplicate with this fix. (#7399, #7404) [@GamingMinds-DanielC]
|
||||
|
||||
Reference in New Issue
Block a user