Menus: fixed closing a menu by clicking on its menu-bar item when inside a popup. (#3496, #4797)

This commit is contained in:
xndcn
2021-12-10 18:47:54 +01:00
committed by ocornut
parent c801799218
commit 8a9fe26866
4 changed files with 4 additions and 4 deletions

View File

@ -65,6 +65,7 @@ Other Changes:
- Nav: with ImGuiConfigFlags_NavEnableSetMousePos enabled: Fixed absolute mouse position when using
Home/End leads to scrolling. Fixed not setting mouse position when a failed move request (e.g. when
already at edge) reactivates the navigation highlight.
- Menus: fixed closing a menu by clicking on its menu-bar item when inside a popup. (#3496, #4797) [@xndcn]
- InputText, Nav: fixed repeated calls to SetKeyboardFocusHere() preventing to use InputText(). (#4682)
- Inputtext, Nav: fixed using SetKeyboardFocusHere() on InputTextMultiline(). (#4761)
- InputText: made double-click select word, triple-line select line. Word delimitation logic differs