- 
                Notifications
    
You must be signed in to change notification settings  - Fork 54
 
Open
Description
ttkthemes/ttkthemes/themed_tk.py
Lines 53 to 57 in 362da75
| :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.
Metadata
Metadata
Assignees
Labels
No labels