@@ -167,7 +167,7 @@ public class DateField : TextField
newPoint = 1;
}
- //if (newPoint != point)
+ if (newPoint != point)
{
CursorPosition = newPoint;
@@ -225,7 +225,7 @@ public class TimeField : TextField