Skip to content
Snippets Groups Projects
Commit cf749543 authored by Mathieu Westphal (Kitware)'s avatar Mathieu Westphal (Kitware) :zap:
Browse files

Fix uninitialised values in vtkViewport

parent a7035262
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,10 @@ vtkViewport::vtkViewport()
this->Props = vtkPropCollection::New();
this->Actors2D = vtkActor2DCollection::New();
this->LastComputeAspectSize.fill(-1);
this->LastComputeAspectVPort.fill(-1);
this->LastComputeAspectPixelAspect.fill(-1);
}
//------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment