sirinsidiator / ESO-LibAddonMenu

http://www.esoui.com/downloads/info7-LibAddonMenu.html
Artistic License 2.0
41 stars 20 forks source link

Decimal input on sliders does not work properly anymore #54

Closed sirinsidiator closed 8 years ago

sirinsidiator commented 8 years ago

This bug was introduced with the changes in #49. When typing, the control updates the values and removes any commas at the end of the input as a result. A potential fix may be a check if the last entered character is a comma and skip updating the control in that case.