mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Fonts: Allowing PushFont()/PopFont() to be called outside the imgui frame scope. (#3621)
This commit is contained in:
parent
d30e102f3a
commit
61d4bf95dc
2 changed files with 5 additions and 2 deletions
|
|
@ -58,6 +58,7 @@ Other changes:
|
|||
yourself based on your own logic. (#8223)
|
||||
- Nav: Fixed an issue where Alt key would clear current active item on
|
||||
windows with the ImGuiWindowFlags_NoNavInputs flag. (#8231)
|
||||
- Fonts: Allowing PushFont()/PopFont() to be called outside the imgui frame scope. (#3621)
|
||||
- Debug Tools: Debug Log: hovering 0xXXXXXXXX values in log is allowed even
|
||||
if a popup is blocking mouse access to the debug log window. (#5855)
|
||||
- Backends: Vulkan: Fixed setting VkSwapchainCreateInfoKHR::preTransform for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue