-
Notifications
You must be signed in to change notification settings - Fork 171
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
Crash in KDDockWidgets::DockWidgetInstantiator::isFocusedChanged #501
Comments
Hi, Is it repro with the example |
Nope.
None, we don't call this. Its at the default. |
@msarehn I can't reproduce, but I understand why it happened. Should be fixed, please test latest 2.1 branch |
@iamsergio that was quick, thanks! I was going through the code and arrived at the same solution the very moment you've pushed the fix. Works as intendend, doesn't crash anymore 👍 |
Sometimes, although not reliably, KDDockWidgets (QtQuick backend) crashes when closing a DockWidget.
We've already had similar crashes before with 2.0. We've bumped to 2.1-dev because it includes b7db57c (Do not emit isFocusedChanged in a delayed manner) which improves the situation a little bit, but does not get rid of the crashes completely.
FWIW, we do have a commercial license for KDDW.
Details
Version: 2.1-dev commit 497f65f
Backtrace
The text was updated successfully, but these errors were encountered: