From fe3bb9c03064dbb9fc142b74846446e2a928ffca Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Tue, 28 Apr 2020 08:54:29 +0000 Subject: Fix for losing focus on w32 git-svn-id: svn://tug.org/texlive/trunk@54921 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/install-tl-gui.tcl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/installer/install-tl-gui.tcl b/Master/tlpkg/installer/install-tl-gui.tcl index 0e94d6ab1c5..3f5a567c2bf 100755 --- a/Master/tlpkg/installer/install-tl-gui.tcl +++ b/Master/tlpkg/installer/install-tl-gui.tcl @@ -1792,6 +1792,7 @@ proc run_menu {} { update wm state . normal raise . + if {$::tcl_platform(platform) eq "windows"} {wm deiconify .} if {[is_nonempty $::vars(TEXDIR)] && ! $::td_warned} { td_warn $::vars(TEXDIR) } @@ -1971,6 +1972,7 @@ proc run_installer {} { # switch to non-blocking i/o chan configure $::inst -buffering line -blocking 0 chan event $::inst readable read_line_cb + if {$::tcl_platform(platform) eq "windows"} {wm deiconify .} }; # run_installer proc whataboutclose {} { -- cgit v1.2.3