Nav: Fixed an issue opening a menu with Right key from a non-menu window.

This commit is contained in:
ocornut
2022-09-01 20:41:50 +02:00
parent 03fc9a0b17
commit 9445776d61
2 changed files with 3 additions and 1 deletions

View File

@ -86,6 +86,7 @@ Other Changes:
the gap between a menu item inside a window and a child-menu in a secondary viewport. (#5614)
- Nav: Fixed moving/resizing window with gamepad or keyboard when running at very high framerate.
- Nav: Pressing Space/GamepadFaceDown on a repeating button uses the same repeating rate as a mouse hold.
- Nav: Fixed an issue opening a menu with Right key from a non-menu window.
- Platform IME: [Windows] Removed call to ImmAssociateContextEx() leading to freeze on some setups.
(#2589, #5535, #5264, #4972)
- Misc: better error reporting for PopStyleColor()/PopStyleVar() + easier to recover. (#1651)