makehuman icon indicating copy to clipboard operation
makehuman copied to clipboard

Reuse old value if an invalid number is used

Open toregilhk opened this issue 1 year ago • 0 comments

If the user inputs an invalid number (something that causes a ValueError because it can't be converted to a float), set the number back to the previous value, and discard the user input.

Inputting an invalid number would crash makehuman before this fix.

Should resolve #252

toregilhk avatar Aug 06 '24 20:08 toregilhk