Nav: Fixed a tap on AltGR (e.g. German keyboard) from navigation to the menu layer. (follow and extend on e.g #369, #370)

This commit is contained in:
omar
2019-02-23 14:49:36 +01:00
parent 9da48c16c5
commit 3eba840053
2 changed files with 7 additions and 3 deletions

View File

@ -35,6 +35,7 @@ HOW TO UPDATE?
Other Changes:
- Nav: Fixed a tap on AltGR (e.g. German keyboard) from navigation to the menu layer.
- InputInt, InputFloat, InputScalar: Fix to keep the label of the +/- buttons centered when
style.FramePadding.x is abnormally larger than style.FramePadding.y. Since the buttons are
meant to be square (to align with e.g. color button) we always use FramePadding.y. (#2367)