Menus: fixed top-level menu from not consistently using style.PopupRounding. (#4788)

+ Stack tool default size.
This commit is contained in:
ocornut
2021-12-21 15:05:10 +01:00
parent 4bad852a78
commit 612b787b0d
3 changed files with 6 additions and 1 deletions

View File

@ -74,6 +74,7 @@ Other Changes:
- Menus: fixed closing a menu by clicking on its menu-bar item when inside a popup. (#3496, #4797) [@xndcn]
- Menus: fixed menu inside a popup/modal not inhibiting hovering of items in the popup/modal. (#3496, #4797)
- Menus: fixed sub-menu items inside a popups from closing the popup.
- Menus: fixed top-level menu from not consistently using style.PopupRounding. (#4788)
- 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