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

add fix for closing FontDialog window from 'X' button #587

Open OriShD312 opened 3 weeks ago

OriShD312 commented 3 weeks ago

Hi,

Similar to the Cancel button sending a font object, closing the window will do that as well. Not sure if my fix is the most correct way to do it but it worked for my use case so I thought I'd share it.

Credit to Akira Tomodachi for finding this fix