Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix interop initial z-order placement on Windows (#1774)
Fix counting of non-interop components for initial interop placement on Windows. It was a regression after #1340: it subtracts `root.componentCount` before change and `interopComponents.size` after a change that results in an incorrect value during initial placement. Any further invalidations like window resizing corrected the problem. Fixes https://youtrack.jetbrains.com/issue/CMP-7375 ## Testing Manually - screenshot testing in this case requires DX rendering, so our CI won't handle that. ## Release Notes ### Fixes - Desktop - Fix interop initial z-order placement on Windows with `compose.interop.blending` flag (1.7.0 regression)
- Loading branch information