haxeui / hxWidgets

Haxe externs (and wrappers) for wxWidgets
MIT License
77 stars 22 forks source link

Locale #108

Open Shallowmallow opened 2 months ago

Shallowmallow commented 2 months ago

hxwidgets set locale which causes problems with parseFloats https://github.com/HaxeFoundation/hxcpp/issues/762

For now I'm setting the numeric locale back to C. But maybe it should be an option? Because of this NumberSteppers show the dot as a decimal point even when locales it shoud be a comma.