diff options
author | Norbert Preining <preining@logic.at> | 2008-06-04 09:53:50 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-04 09:53:50 +0000 |
commit | 8008380b8dc416abcf48c3d98a75406f84f37c16 (patch) | |
tree | f154d562818935d209cd84819b7d7fbbbb16b99d /Master/texmf | |
parent | 083f66894750ca1303b01c4cc6742e5ca9a2edfd (diff) |
tlmgrgui: another fix for the not working scrollbar on win32 (again)
git-svn-id: svn://tug.org/texlive/trunk@8547 c570f23f-e606-0410-a88d-b1316a301751
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); }); |