-
Notifications
You must be signed in to change notification settings - Fork 568
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Crash] Resizing window at runtime #2041
Comments
No, that's definitely a bug. Could you get the backtrace? |
Sure thing, for additional context this is on macOS Big Sur 11.6 This is with
|
Hm, I'm having trouble understanding how this could happen on current master. Are you using an older version? |
I'm using the latest version from crates.io (0.7.0) https://crates.io/crates/druid I can try switching to master to see if that fixes it. |
Please try that. I think this is part of #1068, which should be fixed in master. |
Yup, I can confirm working from master fixes the issue. Thanks for the help, I appreciate it! I see it's been a while since 0.7.0 was released, is there a reason you've been waiting? |
It isn't up to me :) I think mostly @cmyr has just been busy with non-druid things. |
So this issue can be closed? |
I have a single window application. It's a simple search box that starts off small, when the user hits enter, it expands.
I added a custom
Controller
to myTextBox
that uses theEventCtx
to modify the window size.My exact code:
The crash output:
I have confirmed the line causing the crash is the
set_size
function.Am I misusing this?
The text was updated successfully, but these errors were encountered: