discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Strange display of numbers in the Customizer

K
ken@volksswitch.org
Tue, Feb 11, 2025 10:12 PM

I'm using the following code to create a Customizer parameter:

status_bar_height = 0.0; // .1

This displays for me as expected with one decimal place:

For one of my users, the same code displays like this (seven decimal
places):

She's running on a Windows PC just as I am.  I've tried messing with Region
settings on my PC and can't replicate this behavior.

Has anyone else seen this and can explain why it's happening?

Thanks,

Ken

I'm using the following code to create a Customizer parameter: status_bar_height = 0.0; // .1 This displays for me as expected with one decimal place: For one of my users, the same code displays like this (seven decimal places): She's running on a Windows PC just as I am. I've tried messing with Region settings on my PC and can't replicate this behavior. Has anyone else seen this and can explain why it's happening? Thanks, Ken