Internals: Fixed ImFileOpen not working before context is created. (#7314, #7315)

Amend daf49e9d8
This commit is contained in:
ocornut
2024-02-14 11:02:24 +01:00
parent d15e4100b8
commit 9dfa2397de
2 changed files with 14 additions and 6 deletions

View File

@ -59,6 +59,8 @@ Other changes:
a wrong viewport if none was initially set.
- Backends: DirectX9: Using RGBA format when allowed by the driver to avoid CPU side
conversion. (#6575) [@Demonese]
- Internals: Fixed ImFileOpen not working before context is created, preventing creation
of a font atlas before main context creation. (#7314, #7315) [@PathogenDavid, @ocornut]
-----------------------------------------------------------------------