Commit 64af59e
authored
[two_dimensional_scrollables] Fix repaint boundary override in builder delegate (#4814)
Fixes flutter/flutter#133582
This fixes a small bug where we accidentally overwrote the default of addRepaintBoundaries
Because of this, I had to refactor a test here that used keys to identify children, but now that an additional render object widget is inserted through the RepaintBoundary, the look-ups broke.1 parent b4985e2 commit 64af59e
File tree
5 files changed
+22
-24
lines changed- packages/two_dimensional_scrollables
- lib/src/table_view
- test/table_view
5 files changed
+22
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
149 | 160 | | |
150 | 161 | | |
151 | 162 | | |
| |||
Lines changed: 5 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | 290 | | |
295 | | - | |
| 291 | + | |
296 | 292 | | |
297 | 293 | | |
298 | 294 | | |
299 | 295 | | |
300 | 296 | | |
301 | 297 | | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
| 298 | + | |
306 | 299 | | |
307 | | - | |
| 300 | + | |
308 | 301 | | |
309 | 302 | | |
310 | 303 | | |
| |||
317 | 310 | | |
318 | 311 | | |
319 | 312 | | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
| 313 | + | |
327 | 314 | | |
328 | 315 | | |
329 | 316 | | |
| |||
334 | 321 | | |
335 | 322 | | |
336 | 323 | | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | 324 | | |
342 | | - | |
| 325 | + | |
343 | 326 | | |
344 | 327 | | |
345 | 328 | | |
| |||
0 commit comments