Skip to content

Fix color transfer function widget when log scaling is on

The XRange member variable stores the unscaled range. Set the axis range to XRange via vtkAxis::SetUnscaledRange() rather than vtkAxis::SetRange() to account for this. This fixes the color transfer function control points editor when log scaling is on.

Broken state

image

State fixed with this MR

image

Closes #18707 (closed)

Edited by Cory Quammen

Merge request reports