j4321 / tkcalendar

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

issue in the style test in function _on_click when tag with background is applied #87

Open DomeliPierre opened 2 years ago

DomeliPierre commented 2 years ago

When you click on a day of the previous mounth, the correct behavior is that you display the previous month, it's working fine except in the following case: the case where the day clicked is tagged with a background color. In this case, we don't go to the previous month, and the selected day is wrong !

siriuskht commented 2 years ago

@DomeliPierre Please check a possible workaround in: https://github.com/j4321/tkcalendar/issues/88 Maybe it solves also your problem.