israel-dryer / ttkbootstrap

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

bgerror failed to handle background error #565

Open UTexasRepo opened 2 months ago

UTexasRepo commented 2 months ago

Desktop (please complete the following information):

ttkbootstrap Version [e.g. 1.10.1] OS: [e.g. Windows]

Describe the bug

I ran a simple app and am receiving bg error when I exit the program.

To Reproduce

A No Frills superhero theme

from tkinter import from ttkbootstrap.constants import import ttkbootstrap as tb

root = tb.Window(themename = "superhero") root.title("TTK Bootstrap!") root.geometry('500x350')

root.mainloop()

Expected behavior

When I exit the program, I do not expect this behavior.

Screenshots

The application runs fine image

The application when exited, producing the following error: image

Additional context

No response