Skip to content

Commit 4c51e46

Browse files
committed
ignore field changes when not in dms mode
1 parent 0268845 commit 4c51e46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Mage/GeometryEditViewController.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,8 @@ - (void)fieldValueChangedWithCoordinate:(CLLocationDegrees)coordinate field:(Coo
709709
longitude = [[NSDecimalNumber alloc] initWithDouble:coordinate.longitude];
710710
latitude = [[NSDecimalNumber alloc] initWithDouble:coordinate.latitude];
711711
}
712+
} else {
713+
return;
712714
}
713715

714716
if (self.validLocation){

0 commit comments

Comments
 (0)