j4321 / tkcalendar

Calendar widget for Tkinter
https://pypi.python.org/pypi/tkcalendar
GNU General Public License v3.0
97 stars 33 forks source link

Fixed issue #72: Fixed left and right month arrows when min and max dates are defined #109

Open Cielbird opened 8 months ago

Cielbird commented 8 months ago

Fixed Issue #72.

When min_date or max_date were defined, the left and right month arrows were sometimes incorrectly disabled. Solution proposed by @kofflo was implemented for left and right arrows. Works as expected.