CmdCalendar: Remove accidental repeated blending
This commit is contained in:
@@ -584,7 +584,6 @@ std::string CmdCalendar::renderMonths (
|
|||||||
|
|
||||||
case Task::dateEarlierToday:
|
case Task::dateEarlierToday:
|
||||||
case Task::dateLaterToday:
|
case Task::dateLaterToday:
|
||||||
cellColor.blend (color_duetoday);
|
|
||||||
cellColor.blend (color_duetoday);
|
cellColor.blend (color_duetoday);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user