1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-09-21 06:31:05 +02:00

moved change to the correct changelog category

This commit is contained in:
Ell 2024-09-19 20:22:04 +02:00
parent 84bf3fa0a3
commit f35730ee7c

View file

@ -18,7 +18,9 @@ Jump to version:
## 7.1.2 (In Development)
No code changes
### MLEM.Ui
Additions
- Added Panel.IsVisible method to check if a child element is visible
## 7.1.1
@ -27,9 +29,6 @@ Additions
- Added TextureExtensions.PremultipliedCopy for textures
### MLEM.Ui
Additions
- Added Panel.IsVisible method to check if a child element is visible
Improvements
- Construct images in UiParser.ParseImage on the main thread to support usage with KNI
- Create a premultiplied copy of UiParser images to support usage with KNI