You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param fonts: Whether to enable the automatic change of default
font selected for a theme
"""
theme=kwargs.pop("theme", None)
fonts=kwargs.pop("fonts", False)
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.
The text was updated successfully, but these errors were encountered:
ttkthemes/ttkthemes/themed_tk.py
Lines 53 to 57 in 362da75
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.The text was updated successfully, but these errors were encountered: