Skip to content

BUG: On Mac OS 10.11 with Retina Display window size is half.

Dan Lipsa requested to merge danlipsa/vtk:mac-window-half into master

The following python program prints 400, 300 import vtk renWin = vtk.vtkRenderWindow() renWin.SetSize(800, 600) renWin.IsDrawable() print renWin.GetSize()

Merge request reports