mirror of
https://github.com/ocornut/imgui.git
synced 2026-04-01 21:17:42 -05:00
Fonts: fixed an issue where using PushFont() from the implicit/fallback "Debug" window when its recorded state is collapsed would incorrectly early out. (#9210, #8865)
Amend0e769c5,ca31693,d8da97f,1bf41a0.
This commit is contained in:
@@ -78,6 +78,9 @@ Breaking Changes:
|
||||
has already been rendered. (#9162) [@ocornut, @cyfewlp]
|
||||
- Removed ImFontConfig::PixelSnapV added in 1.92 which turns out is unnecessary
|
||||
(and misdocumented). Post-rescale GlyphOffset is always rounded.
|
||||
- Fixed an issue where using PushFont() from the implicit/fallback "Debug" window when
|
||||
its recorded state is collapsed would incorrectly early out. This would break e.g. using
|
||||
direct draw-list calls such as GetForegroundDrawList() with current font. (#9210, #8865)
|
||||
- Popups: changed compile-time 'ImGuiPopupFlags popup_flags = 1' default value to be '= 0' for
|
||||
BeginPopupContextItem(), BeginPopupContextWindow(), BeginPopupContextVoid(), OpenPopupOnItemClick().
|
||||
The default value has same meaning before and after. (#9157, #9146)
|
||||
|
||||
Reference in New Issue
Block a user