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 #9 #10

Closed j4321 closed 6 years ago

j4321 commented 6 years ago

Fix issue #9.

This issue was caused by an endless triggering of <<ThemeChanged>> event in DateEntry due to the delay in the call to _setup_style.

codecov[bot] commented 6 years ago

Codecov Report

Merging #10 into master will increase coverage by 0.2%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #10     +/-   ##
=========================================
+ Coverage   93.34%   93.54%   +0.2%     
=========================================
  Files           2        2             
  Lines         736      744      +8     
=========================================
+ Hits          687      696      +9     
+ Misses         49       48      -1
Impacted Files Coverage Δ
tkcalendar.py 93.5% <100%> (+0.28%) :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 60c112b...ad27746. Read the comment docs.