Skip to content

Fix incorrect image size when using vtkCocoaRenderWindow

When the vtkCocoaRenderWindow has an odd size on a retina display, the vtkCocoaGLView's size is rounded when it is set as the content view in the window. This is fixed by setting the frame size again after setting the content view.

Edited by Cory Quammen

Merge request reports