mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 20:18:47 +02:00
Commented out obsolete redirecting function: GetWindowContentRegionWidth().
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user