Sliders would lose the 'slider' part due to having their max value set
to 0 when CharCreationInfo was reset. Avoid setting the max value to 0,
and also reset the current slider value to 0 when properties change to
match expected defaults.
Fixes #148, and the bug can be replicated exactly as described in that issue.
Sliders would lose the 'slider' part due to having their max value set to 0 when CharCreationInfo was reset. Avoid setting the max value to 0, and also reset the current slider value to 0 when properties change to match expected defaults.
Fixes #148, and the bug can be replicated exactly as described in that issue.