Skip to content

gcal-date-chooser : Added bounds checking

Abdullahi Usman requested to merge (removed):master into master

Gnome calendar crashes when changing the date-seclector/date-chooser view from a month with high number of day to one with lower number of days (example march to february) when the selected day in the previous month is not found.

We can now introduce a bounds checking to ensure that the selected day number in the previous month is found in the new month. And if it is not found we should assigned it a closest number.

#212 (closed)

Merge request reports