Skip to content

Fix ruler scale property

Cory Quammen requested to merge cory.quammen/paraview:16897_ruler_scale into master

The ruler distance scale property was being applied cumulatively, leading to unintuitive ruler behavior, and breaking undo/redo. In addition, applied the scale factor property to change the tick spacing and distance text appropriately, and exposed the scale factor all the time, not just when ruler mode is enabled.

Fixes #16897 (closed)

Merge request reports