israel-dryer / ttkbootstrap

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

Litera theme keyerror #471

Open becca-mayers opened 1 year ago

becca-mayers commented 1 year ago

Desktop (please complete the following information):

ttkbootstrap v1.10.1 OS: Windows Server 2019 Standard

Describe the bug

Line 633 of style.py is _get_builder throws a KeyError in regards to the default 'litera' theme when returning style._theme_objects[theme_name]

{4D18A743-B735-4BEB-895D-D2C064E9DC47}

To Reproduce

  1. import ttkbootstrap as ttkb
  2. within the code for a toplevel window, call ttkb.DateEntry(frame)

Expected behavior

The date entry widget should display within the toplevel window

Screenshots

No response

Additional context

No response