vtkResliceCursor how to fix horizontal images if vtkCamera Roll not working

Hello. I tested two version of vtk 9.0.1 and 9.2.6.

Sometimes ResliceCursor displays alternative planes horizontally (instead vertically) if original image is Sagittal/Coronal plane and I’m not sure how to actually fix it.

With VTK 9.0.1 I tested, that using camera.Roll(90) just rolls camera and image displays actually vertically.

But somewhy VTK 9.2.2+ (including 9.2.6 and 9.3.0) just ignores this function.

How to make vtkCamera not ignore Roll function on newest VTK versions or how to actually fix horizontal images (originally)?