j4321 / tkcalendar

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

Improve ttk theme compliance of the DateEntry #47

Closed j4321 closed 5 years ago

j4321 commented 5 years ago

Apply the style of the ttk.Combobox to the DateEntry when the theme changes. Improve theme change detection: <<ThemeChanged>> gets triggered for configuration changes as well so checked whether the theme name changed before updating the DateEntry style.

Fix #42

codecov[bot] commented 5 years ago

Codecov Report

Merging #47 into master will increase coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   93.01%   93.07%   +0.05%     
==========================================
  Files           9        9              
  Lines        1918     1920       +2     
==========================================
+ Hits         1784     1787       +3     
+ Misses        134      133       -1
Impacted Files Coverage Δ
tkcalendar/calendar_.py 94.45% <ø> (ø) :arrow_up:
tkcalendar/dateentry.py 95.69% <100%> (+0.52%) :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 628a2b2...d30e381. Read the comment docs.