diff --git a/src/Ursa/Controls/DateTimePicker/Calendar.cs b/src/Ursa/Controls/DateTimePicker/Calendar.cs index e6d504a..11a4f02 100644 --- a/src/Ursa/Controls/DateTimePicker/Calendar.cs +++ b/src/Ursa/Controls/DateTimePicker/Calendar.cs @@ -119,6 +119,7 @@ public class Calendar: TemplatedControl if (_state == DatePickerState.None) { _monthGrid.ClearSelection(); + _monthGrid.ClearPreview(); _monthGrid.MarkSelection(date, null); _state = DatePickerState.PreviewEnd; StartDate = date;