You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
Xamarin.PropertyEditing/Xamarin.PropertyEditing.Mac/Controls/Custom/NumericSpinEditor.cs
Lines 245 to 255 in f2f3549
It's not handling culture infos (european like for example Spain) where NumericDecimalSeparator is "dot" and not the "comma"
I recommend use a.ToString(System.Globalization.CultureInfo.InvariantCulture); for this cases
The text was updated successfully, but these errors were encountered: