Skip to content
Snippets Groups Projects
Commit 6d90695f authored by Jaswant Panchumarti (Kitware)'s avatar Jaswant Panchumarti (Kitware)
Browse files

Fix vtkPlotBar::GetBounds logic when log scale is enabled

- address paraview/paraview#22733
- This commit fixes the logic in the
  `vtkPlotBar::GetBounds(double*, bool unscaled)` method
  to scale the bounds only if `unscaled` is false. Previously,
  it returned unscaled bounds even when `unscaled` was false and
  returned scaled bounds when `unscaled` was true.
parent c6c3a83d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment