|
|
@@ -434,7 +434,8 @@ public partial class MonthView : UserControl
|
|
|
Background = new SolidColorBrush(date == DateTime.Today && CurrentDate.Month == date.Month ? Colors.CornflowerBlue : Colors.Transparent),
|
|
|
Width = _dayLabelWidth,
|
|
|
Height = _dayLabelWidth,
|
|
|
- CornerRadius = new(_dayLabelWidth / 2)
|
|
|
+ CornerRadius = new(_dayLabelWidth / 2),
|
|
|
+ IsHitTestVisible = false
|
|
|
};
|
|
|
|
|
|
var block = new TextBlock
|