mirror of
https://github.com/git/git.git
synced 2026-02-23 00:02:25 +00:00
gitk: fix setting font display with new tabbed dialog layout.
The changes to the dialog window tree broke the preview of the selected font on the button. This corrects that issue. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
This commit is contained in:
committed by
Johannes Schindelin
parent
6f03ff008e
commit
496c8ce667
@@ -10751,7 +10751,7 @@ proc fontok {} {
|
||||
if {$fontparam(slant) eq "italic"} {
|
||||
lappend fontpref($f) "italic"
|
||||
}
|
||||
set w $prefstop.$f
|
||||
set w $prefstop.notebook.fonts.$f
|
||||
$w conf -text $fontparam(family) -font $fontpref($f)
|
||||
|
||||
fontcan
|
||||
|
||||
Reference in New Issue
Block a user