Skip to content

Commit 39ddf99

Browse files
patthoytsgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 28cb707 commit 39ddf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10795,7 +10795,7 @@ proc fontok {} {
1079510795
if {$fontparam(slant) eq "italic"} {
1079610796
lappend fontpref($f) "italic"
1079710797
}
10798-
set w $prefstop.$f
10798+
set w $prefstop.notebook.fonts.$f
1079910799
$w conf -text $fontparam(family) -font $fontpref($f)
1080010800

1080110801
fontcan

0 commit comments

Comments
 (0)