IO: actually fixed adding events from inactive context (#6199, #6256, #4921, #5856)

This commit is contained in:
cfillion
2023-03-18 19:12:45 -04:00
committed by ocornut
parent cac76b2754
commit 7269498ecc
2 changed files with 11 additions and 6 deletions

View File

@ -46,6 +46,8 @@ Other changes:
be desirable to take advantage of this trick. (#4714)
- Drag, Sliders: Fixed parsing of text input when '+' or '#' format flags are used
in the format string. (#6259) [@idbrii]
- IO: Fixed support for calling io.AddXXXX functions fron inactive context (wrongly
advertised as supported in 1.89.4). (#6199, #6256, #5856) [@cfillion]
- Backends: OpenGL3: Fixed GL loader crash when GL_VERSION returns NULL. (#6154, #4445, #3530)
- Backends: GLFW: Fixed key modifiers handling on secondary viewports. (#6248, #6034) [@aiekick]
- Examples: Windows: Added 'misc/debuggers/imgui.natstepfilter' file to all Visual Studio projects,