Skip to content

Ensure correct FBO is used after resize QVTKOpenGLWidget.

QVTKOpenGLWidget now ensures that vtkOpenGLRenderWindow is reinitialized to obtain the current default framebuffer object id after resize. We were not handling the case were the default frame buffer was recreated but the active OpenGL context wasn't recreated (which happens in resize).

Merge request reports