diff --git a/scripts/tkremind.in b/scripts/tkremind.in index 96ccd73b..1b0f4148 100644 --- a/scripts/tkremind.in +++ b/scripts/tkremind.in @@ -5158,6 +5158,15 @@ proc balloon_calculate_geometry { w } { return "+$tx+$ty" } +bind . <> [list fontchooservisibility] + +proc fontchooservisibility {} { + if {[tk fontchooser configure -visible]} { + return + } + catch { raise .opt } +} + proc ChooseCalboxFont {} { tk fontchooser show tk fontchooser configure -font [font actual CalboxFont]