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

Backends: Metal: Fixed a crash on application resources. (#8367, #7419) [@anszom]

This commit is contained in:
ocornut 2025-02-03 14:21:53 +01:00
parent 6265339995
commit 204cebc8fc
2 changed files with 5 additions and 5 deletions

View file

@ -43,9 +43,9 @@ Breaking changes:
Other changes:
- Fixed IsItemDeactivatedAfterEdit() signal being broken for Checkbox(), Selectable(). (#8370)
Regression from 2025/01/13.
- Fixed IsItemDeactivatedAfterEdit() signal being broken for Checkbox(),
RadioButton(), Selectable(). Regression from 2025/01/13. (#8370)
- Backends: Metal: Fixed a crash on application resources. (#8367, #7419) [@anszom]
-----------------------------------------------------------------------
VERSION 1.91.8 (Released 2025-01-31)