Skip to content

Ensure that we get this image size we requested

Chris Harris requested to merge cjh1/paraview:resize-fix into master

Due to the way SetSize(...) is implement on the render window it return before confirming that the window has resized. In which can we can receive an image of the previous size. So if the returned image isn't the correct size, try again.

Merge request reports