Skip to content

Fix mismatched [Push/Pop]Matrix in vtkChartXYZ.

Utkarsh Ayachit requested to merge utkarsh.ayachit/vtk:fix_plot_matrix into master

We were missing a PopMatrix after a PushMatrix call. That was causing OpenGL stack overflow when showing the plot matrix animation, for example.

Merge request reports