TkinterEP / ttkthemes

A group of themes for the ttk extenstions for Tkinter
GNU General Public License v3.0
364 stars 47 forks source link

fonts kwarg does nothing #88

Open Akuli opened 2 years ago

Akuli commented 2 years ago

https://github.com/TkinterEP/ttkthemes/blob/362da754b5da081b7f6e679775598345c0288574/ttkthemes/themed_tk.py#L53-L57

The fonts variable is not used anywhere after this code runs. Can we just delete it? If we have to keep it for backwards compatibility, we should at least update the docstring.