Skip to content

Commit

Permalink
Add an update in visual-9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fvogelnew1 committed Dec 3, 2023
1 parent a7c7d85 commit 2125399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/visual.test
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ test visual-9.1 {Using two different visuals on the same screen - bug c23f79ef96
set res [winfo depth .]
toplevel .t -visual $32bitsVisual
pack [label .t.l -text "Any text"] ; # Shall not crash ("X Error of failed request: BadValue [...]")
update
lappend res [winfo depth .t]
} -cleanup {
deleteWindows
Expand Down

0 comments on commit 2125399

Please sign in to comment.