Docking, Nav: Fixed using gamepad/keyboard navigation not being able enter menu layer (#5463, #4792)

Fix 37958ca
This commit is contained in:
ocornut
2022-07-12 10:51:14 +02:00
parent 21fc57f2cf
commit 77637fd936
2 changed files with 6 additions and 3 deletions

View File

@@ -133,6 +133,8 @@ Other Changes:
Docking+Viewports Branch:
- Docking, Nav: Fixed using gamepad/keyboard navigation not being able enter menu layer when
it only contained the standard Collapse/Close buttons and no actual menu. (#5463, #4792)
- Backends: GLFW: Fixed leftover static variable preventing from changing or
reinitializing backend while application is running. (#4616, #5434) [@rtoumazet]