diff options
Diffstat (limited to 'tests/entry.test')
-rw-r--r-- | tests/entry.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/entry.test b/tests/entry.test index ef70a9e..a72d36a 100644 --- a/tests/entry.test +++ b/tests/entry.test @@ -2968,6 +2968,7 @@ test entry-17.2 {EntryUpdateScrollbar procedure} -body { test entry-17.3 {EntryUpdateScrollbar procedure} -body { entry .e -width 10 -xscrollcommand scroll -font {Courier -12} pack .e + update idletasks set timeout [after 500 {set scrollInfo {-1000000 -1000000}}] .e insert 0 abcdefghijklmnopqrs .e xview 6 |