Skip to content

Commit

Permalink
Merge 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Dec 6, 2023
2 parents c0cc6f0 + 954137b commit 77cac60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/focus.test
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ if {[testConstraint altDisplay]} {

test focus-1.1 {Tk_FocusCmd procedure} -constraints unix -body {
focusClear
after 100
focus
} -result {}
test focus-1.2 {Tk_FocusCmd procedure} -constraints {
Expand Down
2 changes: 1 addition & 1 deletion tests/wm.test
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ testConstraint failsOnXQuarz [expr {$tcl_platform(os) ne "Darwin" || [tk windowi
#

proc raiseDelay {} {
after 100;
after 200;
update
update idletasks
}
Expand Down

0 comments on commit 77cac60

Please sign in to comment.