summaryrefslogtreecommitdiffstats
path: root/tests/focus.test
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2000-05-11 22:36:32 (GMT)
committerhobbs <hobbs@noemail.net>2000-05-11 22:36:32 (GMT)
commit75a027a0164642fbc6d5d920ea6c1a54cd4c9b5f (patch)
tree7b1dca9797072870a8c410082aeac6b9de58a16c /tests/focus.test
parent52860e06ae5479331371f1c8b1816dd6b7ab7b4d (diff)
downloadtk-75a027a0164642fbc6d5d920ea6c1a54cd4c9b5f.zip
tk-75a027a0164642fbc6d5d920ea6c1a54cd4c9b5f.tar.gz
tk-75a027a0164642fbc6d5d920ea6c1a54cd4c9b5f.tar.bz2
* tests/focus.test (focusSetupAlt): removed wm withdraw from proc
as it would cause a hang for tkwait visibility FossilOrigin-Name: bda59a4f45f65bf4030ebcf62a190964baba64f3
Diffstat (limited to 'tests/focus.test')
-rw-r--r--tests/focus.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/focus.test b/tests/focus.test
index e8f850a..5750ae8 100644
--- a/tests/focus.test
+++ b/tests/focus.test
@@ -6,7 +6,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: focus.test,v 1.5 1999/04/16 01:51:37 stanton Exp $
+# RCS: @(#) $Id: focus.test,v 1.6 2000/05/11 22:36:32 hobbs Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
source [file join [pwd] [file dirname [info script]] defs.tcl]
@@ -33,7 +33,6 @@ proc focusSetupAlt {} {
global env
catch {destroy .alt}
toplevel .alt -screen $env(TK_ALT_DISPLAY)
- wm withdraw .alt
foreach i {a b c d} {
button .alt.$i -text .alt.$i -relief raised -bd 2
pack .alt.$i