Make sure ScalarsToColors actually updates the Range it stores

This commit is contained in:
Robert Maynard 2018-02-01 10:28:38 -05:00
parent 6aca828a00
commit 67e6a5c36a

@ -81,6 +81,7 @@ public:
void SetRange(const vtkm::Range& range)
{
this->ValueRange = range;
colorconversion::ComputeShiftScale(range, this->Shift, this->Scale);
}