CmdCalendar: Remove accidental repeated blending

This commit is contained in:
Tomas Babej
2020-12-14 21:19:19 -05:00
parent 83a55ccfe5
commit bfae79eac7

View File

@@ -584,7 +584,6 @@ std::string CmdCalendar::renderMonths (
case Task::dateEarlierToday:
case Task::dateLaterToday:
cellColor.blend (color_duetoday);
cellColor.blend (color_duetoday);
break;