For some reason "update idletasks" isn't good enough to get the
authorsls <sls>
Fri, 16 Jun 1995 08:48:47 +0000 (08:48 +0000)
committersls <sls>
Fri, 16 Jun 1995 08:48:47 +0000 (08:48 +0000)
windows redrawn.  Using "update".

install.tcl

index 0eff5605c82e5f83b10fe54636b051a53cbe85f0..46be73ef39424cd76596f2a6f567c14c65e43e92 100644 (file)
@@ -106,7 +106,7 @@ center_window .
 proc log {msg} {
     .log insert end "$msg"
     .log see end
-    update idletasks
+    update
 }
 
 proc install_files {dir files} {