diff options
Diffstat (limited to 'Master/texmf')
-rw-r--r-- | Master/texmf/scripts/texlive/tlmgrgui/do_listframe.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/do_listframe.pl b/Master/texmf/scripts/texlive/tlmgrgui/do_listframe.pl index 6fb678b187c..f11a1d118a6 100644 --- a/Master/texmf/scripts/texlive/tlmgrgui/do_listframe.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui/do_listframe.pl @@ -148,7 +148,7 @@ sub do_listframe { $f_listf_lb = $f_listf->Scrolled("Listbox", -listvariable => $listref, -selectmode => "extended", - -scrollbars => "osoe" + -scrollbars => "ose" ); $f_listf_lb->bind('<<ListboxSelect>>', sub { update_info_window ($f_listf_lb, $f_textf_text, @$listref); }); |