diff options
author | Norbert Preining <preining@logic.at> | 2009-12-06 10:14:33 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-12-06 10:14:33 +0000 |
commit | fd0706fa84d8c2ab089e13726b0170e8a5ff883a (patch) | |
tree | 9c0e04a35dc24db01ee8c383282e10f31fb0bb3b /Master | |
parent | 29608ac64d869c47f1a710c6a894d51005f6e6dd (diff) |
fix focus on llist
git-svn-id: svn://tug.org/texlive/trunk@16313 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/dev/tlmgrgui2.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/dev/tlmgrgui2.pl b/Master/tlpkg/dev/tlmgrgui2.pl index f666ca22f50..e5370175f2d 100644 --- a/Master/tlpkg/dev/tlmgrgui2.pl +++ b/Master/tlpkg/dev/tlmgrgui2.pl @@ -404,6 +404,7 @@ $list_frame->pack(@x_xy, @p_ii); # -separator => "/", # -selectmode => "none"); $g->pack(qw/-expand 1 -fill both -padx 3 -pady 3/); +$g->focus; my $lighttext = $g->ItemStyle('text', -background => 'gray90', -selectbackground => 'gray90', -selectforeground => 'blue'); |