Commented out obsolete redirecting function: GetWindowContentRegionWidth().

This commit is contained in:
ocornut
2023-09-08 11:27:59 +02:00
parent 727c462069
commit becd75676f
3 changed files with 9 additions and 3 deletions

View File

@ -42,6 +42,10 @@ HOW TO UPDATE?
Breaking changes:
- Commented out obsolete redirecting functions names that were marked obsolete:
- GetWindowContentRegionWidth() -> use GetWindowContentRegionMax().x - GetWindowContentRegionMin().x.
- Consider that generally 'GetContentRegionAvail().x' is more useful.
Other changes:
- InputTextMultiline: Fixed a crash pressing Down on last empty line of a multiline buffer.