-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Window doesn't apply placement and size after start in 1.4.0-RC1 #3003
Window doesn't apply placement and size after start in 1.4.0-RC1 #3003
Comments
Reproduced in Windows 10. I suspect it's this merge request. Appears in v1.4.0-alpha01-dev985 |
Thanks for the investigation!
It isn't correct to change these properties in the composition, because:
The correct way should be to use
But it doesn't work unfortenutely, even in Compose 1.2.0/1.3.1. So, Compose has a long standing bug. Until this is fixed, the workaroround is to use
|
The problem here is in |
Reproducer/test:
|
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks. |
Describe the bug
After switching to version 1.4.0, the window stopped applying the placement and size parameters at the start of the application. If some parameter has been changed, the window immediately applies all the parameters that were passed before.
Affected platforms
Select one of the platforms below:
Versions
To Reproduce
Just run this code.
Expected behavior
As in 1.3.1
The text was updated successfully, but these errors were encountered: