Tab Bar: Made it possible to append to an existing tab bar by calling BeginTabBar()/EndTabBar() again.

This commit is contained in:
ocornut
2020-10-14 18:34:33 +02:00
parent b1a18d82e3
commit f2f326024c
3 changed files with 23 additions and 10 deletions

View File

@ -54,6 +54,7 @@ Breaking Changes:
Other Changes:
- Tab Bar: Made it possible to append to an existing tab bar by calling BeginTabBar()/EndTabBar() again.
- Docs: Split examples/README.txt into docs/BACKENDS.md and docs/EXAMPLES.md improved them.
- Docs: Consistently renamed all occurences of "binding" and "back-end" to "backend" in comments and docs.