fix #1950, properly place weekly view grid items

This commit is contained in:
tibbi 2023-01-20 18:06:14 +01:00
parent 987c306741
commit 6c244ea925
1 changed files with 3 additions and 0 deletions

View File

@ -576,6 +576,9 @@ class WeekFragment : Fragment(), WeeklyCalendar {
dayColumn.addView(this)
y = currentEventWeeklyView!!.range.lower * minuteHeight
// compensate grid offset
y -= (currentEventWeeklyView.range.lower / 60) / 2
week_event_task_image.beVisibleIf(event.isTask())
if (event.isTask()) {
week_event_task_image.applyColorFilter(textColor)