israel-dryer / ttkbootstrap

A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.
MIT License
1.99k stars 395 forks source link

"." wildcard for Style.configure is no longer working #360

Closed mdscientist closed 2 years ago

mdscientist commented 2 years ago

Desktop (please complete the following information):

Window 10 Python 3.9

Describe the bug

style.configure(' . ', font=('Arial', font_size, 'bold')) throws the error AttributeError: type object 'StyleBuilderTTK' has no attribute ''

if you replace the "." with ".TLabel" or any other custom widget config name it works just fine

To Reproduce

No response

Expected behavior

No response

Screenshots

No response

Additional context

No response