use TkDefaultFont in right click context menu instead of a custom menu. This makes scaling with tk_scaling more consistent
This commit is contained in:
parent
c4b3e204a0
commit
0d2b57bfa5
|
|
@ -7441,7 +7441,8 @@ proc context_menu { } {
|
|||
|
||||
set retval 0
|
||||
if {[info tclversion] >= 8.5} {
|
||||
set font {Sans 8 bold}
|
||||
set font TkDefaultFont
|
||||
# set font {Sans 8 bold}
|
||||
} else {
|
||||
set font fixed
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue