From a21da3e017d133dad1fe8fea3350da802b376e33 Mon Sep 17 00:00:00 2001 From: sls Date: Fri, 16 Jun 1995 08:48:47 +0000 Subject: [PATCH] For some reason "update idletasks" isn't good enough to get the windows redrawn. Using "update". --- install.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} { -- 2.23.0