diff options
author | Norbert Preining <preining@logic.at> | 2008-07-31 19:11:17 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-07-31 19:11:17 +0000 |
commit | cfab3328dc710c44fad7db4b6b10fba41b5b4a2e (patch) | |
tree | ba6c5788de6e32e6328c7ada411a706ac52bbe02 /Master/tlpkg/installer | |
parent | 75cbe39aed6f7790fd00bc1c114f8d8120fe0b37 (diff) |
GUI installer: do compute the sizes *before* setting the text strings
git-svn-id: svn://tug.org/texlive/trunk@9951 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/install-menu-perltk.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl index 0fad9d32b50..24f347917fa 100644 --- a/Master/tlpkg/installer/install-menu-perltk.pl +++ b/Master/tlpkg/installer/install-menu-perltk.pl @@ -812,8 +812,8 @@ sub toggle_and_set_opt_variable { $$toggleref = ($$toggleref eq $text{'yes'}) ? $text{'no'} : $text{'yes'}; $$varsref = 0; $$varsref = 1 if ($$toggleref eq $text{'yes'}); - menu_update_texts(); calc_depends(); + menu_update_texts(); } 1; |