Commit 06ee0ea
committed
gh-154357: Fix flaky wait_until_mapped(full_size=True)
After a test which left the root window without content, the window
manager can resize it to its minimum size. Tk then remembers that size
as if it were set by "wm geometry" and no longer resizes the toplevel to
fit the content of the following test.1 parent 76301d0 commit 06ee0ea
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| |||
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
136 | 142 | | |
137 | 143 | | |
138 | 144 | | |
| |||
0 commit comments