Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(PowerTools): Prevent display of floats in UI
Sometimes teh values for the sliders will be received with a small arithmetic error (e.g. 15.0000000001). As the sliders take a float, we should round the values to prevent tiny increments from being displayed.
- Loading branch information