Skip to content

Better handle of modification in TransferFunction

Closes #19506

SetTransferFunction should call Modified, like vtkOTScatterPlotMatrix does.

I also suggest to call Modified in the Build function to avoid calling Modified in all Add*Point functions. At the current time, Modified is called only when the range is modified.

Merge request reports

Loading