-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 crash when resizing tiled scratchpad windows #7680
fix crash when resizing tiled scratchpad windows #7680
Conversation
This crash can be reproduced with the config/script mentioned in #6693 (comment) |
It would prolly make sense to check container_is_scratchpad_hidden_or_child at the beginning of container_resize_tiled. |
aee1051
to
9bd0c5c
Compare
9bd0c5c
to
d16bdbd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I'd like @rpigott to check as well :)
d16bdbd
to
ef94156
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Ehm, can you maybe rebase this so it can be merged? I dunno what github's problem with it is. |
Splitting and then hiding a scratchpad container results in a segfault. fixes swaywm#6693
ef94156
to
18dd3b0
Compare
@rpigott Done. Thanks! |
Splitting and then hiding a scratchpad container results in a segfault.
fixes #6693