Nav: Activation can also be performed with Keypad Enter. (#5606)

This commit is contained in:
ocornut
2023-12-18 18:23:53 +01:00
parent 0d582dabf3
commit f59b54c6f4
2 changed files with 3 additions and 2 deletions

View File

@ -61,6 +61,7 @@ Other changes:
speed asymetry when (incorrectly) attempting to scroll by non-integer amount. (#6677)
- Nav, IO: SetNextFrameWantCaptureKeyboard(false) calls are not overrided back to true when
navigation is enabled. SetNextFrameWantCaptureKeyboard() is always higher priority. (#6997)
- Nav: Activation can also be performed with Keypad Enter. (#5606)
- Drag and Drop: Fixed drop target highlight on items temporarily pushing a widened clip rect
(namely Selectables and Treenodes using SpanAllColumn flag) so the highlight properly covers
all columns. (#7049, #4281, #3272)