Suggestions in GuiSliders on Right-click
SrRapero720 opened this issue ยท 2 comments
OVERVIEW
Sliders are in-range value pickers, when you right click the slider it let you choose a specific value in that range
In the past it only shows the float value in the specific range, but the PR #207 adds the DisplayValue, which is a fake value display such as PERCENT, this display ignores if the max value is 125 or 215, it always shows the percent when value is between 0 to 100, if the value overflows then the percent also overflows.
this makes users have no idea of what should put inside the TextField when they right-click the sliders
SOLUTION
When user right-clicks the slider, the TextField will be created with a suggestion (also fixed in ff43f2f) displaying the range of the real values
example: range of -85 ~ 255
or 0 ~ 255
or 0.0 to 1.0
i will PR this when i have time (aka i PR the 1.19.2 backport code, i opened just to not forgot about it
anyway, if you can do it is better, so i can't reduce my number of todo things