From: sls <sls>
Date: Fri, 16 Jun 1995 08:48:47 +0000 (+0000)
Subject: For some reason "update idletasks" isn't good enough to get the
X-Git-Tag: r_5_1_4~40
X-Git-Url: http://www.privyetmir.co.uk/gitweb?a=commitdiff_plain;h=a21da3e017d133dad1fe8fea3350da802b376e33;p=tkinspect

For some reason "update idletasks" isn't good enough to get the
windows redrawn.  Using "update".
---

diff --git a/install.tcl b/install.tcl
index 0eff560..46be73e 100644
--- a/install.tcl
+++ b/install.tcl
@@ -106,7 +106,7 @@ center_window .
 proc log {msg} {
     .log insert end "$msg"
     .log see end
-    update idletasks
+    update
 }
 
 proc install_files {dir files} {