1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Removed GetWindowContentRegionWidth() function

This commit is contained in:
ocornut 2021-08-23 16:15:11 +02:00
parent 0649f750b4
commit e23bee353c
4 changed files with 20 additions and 12 deletions

View file

@ -30,6 +30,18 @@ HOW TO UPDATE?
and API updates have been a little more frequent lately. They are documented below and in imgui.cpp and should not affect all users.
- Please report any issue!
-----------------------------------------------------------------------
VERSION 1.85 WIP (In Progress)
-----------------------------------------------------------------------
Breaking Changes:
- Removed GetWindowContentRegionWidth() function. keep inline redirection helper.
Can use 'GetWindowContentRegionMax().x - GetWindowContentRegionMin().x' instead but it's not
very useful in practice, and the only use of it in the demo was illfit.
Other Changes:
-----------------------------------------------------------------------
VERSION 1.84.2 (Released 2021-08-23)