Nav: fixed WrapX/LoopX handling in menu layer. (#9178)

Amend 3050f653cb
This commit is contained in:
ocornut
2026-01-23 16:00:28 +01:00
parent e1217227b2
commit d1cf58e590
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -171,6 +171,7 @@ Other Changes:
- Nav:
- Fixed remote/shortcut InputText() not teleporting mouse cursor when
nav cursor is visible and `io.ConfigNavMoveSetMousePos` is enabled.
- Fixed a looping/wrapping issue when done in menu layer. (#9178)
- Scrollbar: fixed a codepath leading to a divide-by-zero (which would not be
noticeable by user but detected by sanitizers). (#9089) [@judicaelclair]
- InvisibleButton: allow calling with size (0,0) to fit to available content