Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix additional windows creation with COMPONENT layer type #1131

Merged

Conversation

MatkovIvan
Copy link
Member

Proposed Changes

  • Ignore LayerType.OnComponent in ComposeWindowPanel instead of crash-check because it might be triggered for creating second window/dialog from ComposePanel with enabled offscreen rendering and component layers type

Testing

Test: try to create a new window via composable function from ComposePanel with LayerType.OnComponent

@MatkovIvan MatkovIvan merged commit f5f4b70 into jb-main Feb 21, 2024
6 checks passed
@MatkovIvan MatkovIvan deleted the ivan.matkov/ignore-component-layertype-for-window branch February 21, 2024 21:36
igordmn pushed a commit that referenced this pull request Mar 4, 2024
## Proposed Changes

- Ignore `LayerType.OnComponent` in `ComposeWindowPanel` instead of
crash-check because it might be triggered for creating second
window/dialog from `ComposePanel` with enabled offscreen rendering and
component layers type

## Testing

Test: try to create a new window via composable function from
`ComposePanel` with `LayerType.OnComponent`
@MatkovIvan MatkovIvan changed the title Ignore LayerType.OnComponent in ComposeWindowPanel Fix additional windows creation with COMPONENT layer type Mar 11, 2024
@MatkovIvan MatkovIvan added the changelog1.6.1 Temporary label for 1.6.1 changelog (will be removed) label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog1.6.1 Temporary label for 1.6.1 changelog (will be removed)
Projects
None yet
2 participants