Skip to content

Commit

Permalink
fix issue after merge, just m_ prefix, re #11706
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed May 14, 2015
1 parent d96d4e0 commit d4deac8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ void ColorUpdater::updateLookupTable(pqDataRepresentation* representation)

if (scalarOpacityFunctionProxy)
{
vtkSMTransferFunctionProxy::RescaleTransferFunction(scalarOpacityFunctionProxy, this->minScale, this->maxScale);
vtkSMTransferFunctionProxy::RescaleTransferFunction(scalarOpacityFunctionProxy, this->m_minScale, this->m_maxScale);
}

// Need to set a lookup table lock here. This does not affect setScalarRange,
Expand Down

0 comments on commit d4deac8

Please sign in to comment.