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/texmf-dist/scripts/tlshell/tlshell.tcl | 1 + 1 file changed, 1 insertion(+) (limited to 'Master/texmf-dist/scripts/tlshell') diff --git a/Master/texmf-dist/scripts/tlshell/tlshell.tcl b/Master/texmf-dist/scripts/tlshell/tlshell.tcl index 3b2b53b1c9e..363f0ff6e60 100755 --- a/Master/texmf-dist/scripts/tlshell/tlshell.tcl +++ b/Master/texmf-dist/scripts/tlshell/tlshell.tcl @@ -2432,6 +2432,7 @@ proc rebuild_interface {} { show_repos display_packages_info display_updated_globals + if {$::tcl_platform(platform) eq "windows"} {wm deiconify .} } ##### initialize ###################################################### -- cgit v1.2.3