Another attempt at the Dec value

This commit is contained in:
2022-11-12 19:16:41 +00:00
parent 005643a7c7
commit 21d1d93235
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -3449,7 +3449,7 @@ namespace ASCOM.Meade.net
{
var dms = useLongFormat
? _utilities.DegreesToDMS(value, "*", ":", ":", _digitsDe)
: _utilities.DegreesToDM(value, "*", "", 0);
: _utilities.DegreesToDMS(value, "*", ".", "", 0);
dms = dms.TrimEnd(':');