-
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 by using QQuickWidget #150
Comments
Can't repro on Linux. |
Unfortunately, the bug is reproduced when using a KDDW 1.1.1, but in a different form (can reproduced by sample and instructions at GIF-animation) When move mainwindow + docks to secondary monitor than try do anything (for exmaple operations dock/undock/tabify) happens crash: Also we have problems with OpenGL-context with KDDW 1.1.1 + |
Patch for example (QQuickWidget): Similar behavior is observed when using Patch for example (QOpenGLWidget): |
can you do a |
main.qml is missing ? Might be easier to commit to a fork, then I can check it out. Trying the QOpenGLWidget but can't repro so far, will try with another GPU |
Steps:
See to output and painting "DockWidget #2". To reproduced crash:
|
Doesn't seem to apply
tried master, 1.2 and 1.1 looks like the contents of the patch is for an older KDDW, can you pull the latest master and get a new diff thanks |
Sorry, can you try again? |
Thanks for the fix! |
Does it fix the QOpenGLWidget case too ? |
it seems that fix "cover" QOpenGLWidget-case (at least there is no crash and "bad"-output). |
Bug is reproduced on latest release and master brahch:
Environment:
The text was updated successfully, but these errors were encountered: