|
@@ -49,6 +49,8 @@ Other Changes:
|
|
|
- Windows: fixed an issue where resizable child windows would emit border
|
|
|
logic when hidden/non-visible (e.g. when in a docked window that is not
|
|
|
selected), impacting code not checking for BeginChild() return value. (#8815)
|
|
|
+- Textures: Fixed support for `#define ImTextureID_Invalid` to non-zero value:
|
|
|
+ ImFontAtlas() was incorrectly cleared with zeroes. (#8860, #8745) [@cfillion]
|
|
|
- Tables: fixed TableGetRowIndex() which never correctly worked when using
|
|
|
a clipper (it exists for consistency but is almost never used, as it is
|
|
|
often more convenient to use index in caller-code, whereas TableGetRowIndex()
|