Skip to content

Implement viewWillMoveToWindow: and viewDidChangeBackingProperties for Retina

Sean McBride requested to merge seanm/vtk:cocoa-retina into master

In them, call SetDPI on the vtkRenderWindow to scale things so that vtkTextActors have the correct apparent size, per the display's scaling factor.

Merge request reports