Skip to content

Commit

Permalink
Fixed slider double decimalPlaces (currently not supported)
Browse files Browse the repository at this point in the history
  • Loading branch information
o0sh4d0w0o authored and Wide-Cat committed Aug 9, 2023
1 parent f2fa112 commit aa0f33e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public WDoubleEdit(double value, double min, double max, double sliderMin, doubl
this.value = value;
this.min = min;
this.max = max;
this.decimalPlaces = decimalPlaces;
this.sliderMin = sliderMin;
this.sliderMax = sliderMax;

Expand Down

0 comments on commit aa0f33e

Please sign in to comment.