Skip to content

Cleanup logic to propagate device pixel ratio.

QVTKOpenGLWidget now propagates device pixel ration, widget size, and widget position to the render window and interactor in recreateFBO. That method gets called when these parameters are changed through various scenarios e.g widget resize, opengl context change, screen change, etc.

Merge request reports