j4321 / tkcalendar

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

Fix maxdate is disabled instead of normal #57

Closed j4321 closed 4 years ago

j4321 commented 4 years ago

maxdate should be the latest allowed day not the first disabled (Fix #50)

codecov[bot] commented 4 years ago

Codecov Report

Merging #57 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   93.29%   93.31%   +0.02%     
==========================================
  Files           9        9              
  Lines        1983     1991       +8     
==========================================
+ Hits         1850     1858       +8     
  Misses        133      133
Impacted Files Coverage Δ
tests/test_calendar.py 92.19% <100%> (+0.13%) :arrow_up:
tkcalendar/calendar_.py 94.79% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dadb1a4...50e5422. Read the comment docs.