summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/tlshell
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2020-04-28 08:54:29 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2020-04-28 08:54:29 +0000
commitfe3bb9c03064dbb9fc142b74846446e2a928ffca (patch)
treee4dc5b6ac2c1a1dc18c41cb661a658bd18642bf6 /Master/texmf-dist/scripts/tlshell
parenta6fd3ebb4fd662514711805865af6824b7339e1e (diff)
Fix for losing focus on w32
git-svn-id: svn://tug.org/texlive/trunk@54921 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/tlshell')
-rwxr-xr-xMaster/texmf-dist/scripts/tlshell/tlshell.tcl1
1 files changed, 1 insertions, 0 deletions
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 ######################################################