Skip to content
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

Open
benbatya opened this issue Aug 19, 2019 · 4 comments
Open

Resizing window on Windows leads to lockup #44

benbatya opened this issue Aug 19, 2019 · 4 comments
Labels

Comments

@benbatya
Copy link

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.

@qCring
Copy link
Owner

qCring commented Aug 26, 2019

Hi @bensch128
Thanks a lot for reporting this issue! I was able reproduce the problem and I'll take a look at this right now

@qCring qCring added the bug label Aug 26, 2019
@benbatya
Copy link
Author

I'm guessing that the AutomaticWindowPositionAndResize property might be conflicting with the custom resize code in FboOffscreenWindow::OpenGLInitState()

@qCring
Copy link
Owner

qCring commented Aug 30, 2019

@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!

@qCring
Copy link
Owner

qCring commented Aug 30, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants