Skip to content

Commit 42fbf65

Browse files
Updates for cultureinfo
1 parent efe7503 commit 42fbf65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OATControl/ViewModels/AppSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ private string this[string key]
130130
}
131131
}
132132

133-
[DefaultValueAttribute("45.0")]
133+
[DefaultValueAttribute("45")]
134134
public float SiteLatitude
135135
{
136136
get { return float.Parse(this["SiteLatitude"]); }
137137
set { this["SiteLatitude"] = value.ToString(); }
138138
}
139139

140-
[DefaultValueAttribute("45.0")]
140+
[DefaultValueAttribute("45")]
141141
public float SiteLongitude
142142
{
143143
get { return float.Parse(this["SiteLongitude"]); }

0 commit comments

Comments
 (0)