Metrics: Various tweaks, listing windows front-to-back, greying inactive items when possible.

This commit is contained in:
ocornut
2020-08-20 16:49:11 +02:00
parent 9262609eaf
commit 97dad66516
2 changed files with 36 additions and 13 deletions

View File

@ -45,6 +45,7 @@ Other Changes:
where v_min == v_max. (#3361)
- BeginMenuBar: Fixed minor bug where CursorPosMax gets pushed to CursorPos prior to calling BeginMenuBar(),
so e.g. calling the function at the end of a window would often add +ItemSpacing.y to scrolling range.
- Metrics: Various tweaks, listing windows front-to-back, greying inactive items when possible.
- Demo: Add simple InputText() callbacks demo (aside from the more elaborate ones in 'Examples->Console').