diff options
Diffstat (limited to 'tests/grid.test')
-rw-r--r-- | tests/grid.test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/grid.test b/tests/grid.test index 6d6af85..d6e3e88 100644 --- a/tests/grid.test +++ b/tests/grid.test @@ -5,7 +5,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: grid.test,v 1.30 2007/03/08 20:30:47 jenglish Exp $ +# RCS: @(#) $Id: grid.test,v 1.31 2007/03/09 00:46:17 jenglish Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -1935,6 +1935,7 @@ test grid-21.7 {anchor} { frame .$i -bg gray -width 75 -height 50 -bd 2 -relief ridge grid .$i -in .f -row $i -column $i -sticky nswe } + pack propagate . 0 grid propagate .f 0 . configure -width 300 -height 250 @@ -1944,6 +1945,7 @@ test grid-21.7 {anchor} { update lappend res [grid bbox .f] } + pack propagate . 1 ; wm geometry . {} set res } [list {37 20 225 150} {75 20 225 150} {75 60 225 150} {75 100 225 150} \ {37 100 225 150} {0 100 225 150} {0 60 225 150} {0 20 225 150} \ |