Shortcut: fixed single mod-key Shortcut from working e.g. Shortcut(ImGuiKey_LeftCtrl)

This commit is contained in:
ocornut
2024-01-25 12:48:04 +01:00
parent f1960b60c1
commit 7194756370
3 changed files with 30 additions and 9 deletions

View File

@ -66,6 +66,8 @@ Other changes:
update stopped setting default values. (#7232) [@GrigoryGraborenko]
- Backends: WebGPU: Fixed pipeline layout leak. (#7245) [@rajveermalviya]
- Backends: OpenGL3: Backup and restore GL_PIXEL_UNPACK_BUFFER. (#7253)
- Internals: Various improvements related to yet unpublicized shortcut routing and input ownerhip
systems.
-----------------------------------------------------------------------