-
Notifications
You must be signed in to change notification settings - Fork 67
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
Resizing window on Windows leads to lockup #44
Comments
Hi @bensch128 |
I'm guessing that the AutomaticWindowPositionAndResize property might be conflicting with the custom resize code in FboOffscreenWindow::OpenGLInitState() |
@bensch128 sorry, I was busy working on the documentation the last couple of days! Seems like this is caused by using the ApplicationWindow type as the application's root object... Using Window instead works fine but won't integrate the application menu... I'll keep working on this and hopefully fix this annoying issue soon. Thanks again for your input! |
The FboOffscreenWindow shouldn't cause the problem since the application also freezes when no Vtk.Viewer instance was created.. So it seems to be QML specific |
I compiled and ran QuickVtk on Windows using MSVC17 and Qt5.13 and Vtk8.2 with external module built.
I tried to resize the window which lead to the program locking up. It goes into an infinite loop doing re-layouts.
The text was updated successfully, but these errors were encountered: