summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/dev/tlmgrgui2.pl1
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');