Skip to content

transitOptionsPanel: Fix one-off error when setting date

When setting the GtkCalendar date when clicking the date button when using "Leave By" or "Arrive By" we need to subtact one to the month value, as the select_month() method expects 0-based months.

Fixes #447 (closed)

Merge request reports