Browse Source

Change description of window flash on-close fix to indicate it hasn't been completely fixed (#5265)

Change description of window flash on-close fix to indicate it hasn't
been completely fixed

## Release Notes
N/A
igordmn-patch-6 v1.8.0+dev2247
Alexander Maryanovsky 9 months ago committed by GitHub
parent
commit
9cd413a4ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      CHANGELOG.md

2
CHANGELOG.md

@ -31,7 +31,7 @@ _Changes since 1.8.0-alpha04_ @@ -31,7 +31,7 @@ _Changes since 1.8.0-alpha04_
### Desktop
- [Windows] Fixed ordering of `SwingPanel`s when using `compose.interop.blending=true` [#1901](https://github.com/JetBrains/compose-multiplatform-core/pull/1901)
- Fix the background flashing when closing a window/dialog [#1911](https://github.com/JetBrains/compose-multiplatform-core/pull/1911)
- [macOS] Fix, for some cases, the background flashing when closing a window/dialog. This can still happen if an animation is running when the window or dialog is closing [#1911](https://github.com/JetBrains/compose-multiplatform-core/pull/1911)
- Fix `onRenderApiChanged` in `ComposeWindow` and `ComposeDialog` not working when the renderer changes due to fallback, rather than explicit change [#1911](https://github.com/JetBrains/compose-multiplatform-core/pull/1911)
- [Swing Interop] Fixed `compose.interop.blending=true` completely breaking Swing interop on Windows when Direct3D is unsupported. Note that interop blending is still supported on Windows only if Direct3D is available [#1913](https://github.com/JetBrains/compose-multiplatform-core/pull/1913)

Loading…
Cancel
Save