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

Fix: In a FontDialog, pressing the Cancel button returns a font object. #575

Open yamadalabel opened 1 month ago

yamadalabel commented 1 month ago

Hello. Thank you for developing this wonderful library. I had some concerns and made a request.

line 1129, in _on_cancel In a FontDialog, pressing the Cancel button returns a font object. Fixed so that None is returned when the cancel button is pressed.