System/MainInterfacePanel/TaskListTip.cs @@ -427,7 +427,10 @@ int type = 0; if (TaskID == 0) { type= _list.IndexOf(taskmodel.GetNowTaskID); if (_list.Contains(taskmodel.TaskupToDate)) { type = _list.IndexOf(taskmodel.TaskupToDate); } } else {