Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't let hidden views contribute to the parent's rect #150
Don't let hidden views contribute to the parent's rect #150
Changes from all commits
ea068ab
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 287 in src/context.rs
Codecov / codecov/patch
src/context.rs#L287
Check warning on line 290 in src/context.rs
Codecov / codecov/patch
src/context.rs#L289-L290
Check warning on line 1124 in src/context.rs
Codecov / codecov/patch
src/context.rs#L1124
Check warning on line 1129 in src/context.rs
Codecov / codecov/patch
src/context.rs#L1128-L1129
Check warning on line 1329 in src/context.rs
Codecov / codecov/patch
src/context.rs#L1329
Check warning on line 1333 in src/context.rs
Codecov / codecov/patch
src/context.rs#L1332-L1333
Check warning on line 1338 in src/context.rs
Codecov / codecov/patch
src/context.rs#L1338
Check warning on line 1402 in src/context.rs
Codecov / codecov/patch
src/context.rs#L1402
Check warning on line 128 in src/view.rs
Codecov / codecov/patch
src/view.rs#L124-L128
Check warning on line 186 in src/view.rs
Codecov / codecov/patch
src/view.rs#L183-L186
Check warning on line 204 in src/view.rs
Codecov / codecov/patch
src/view.rs#L204
Check warning on line 212 in src/view.rs
Codecov / codecov/patch
src/view.rs#L212
Check warning on line 244 in src/view.rs
Codecov / codecov/patch
src/view.rs#L230-L244
Check warning on line 378 in src/view.rs
Codecov / codecov/patch
src/view.rs#L371-L378
Check warning on line 408 in src/view.rs
Codecov / codecov/patch
src/view.rs#L408
Check warning on line 414 in src/view.rs
Codecov / codecov/patch
src/view.rs#L414
Check warning on line 416 in src/view.rs
Codecov / codecov/patch
src/view.rs#L416
Check warning on line 432 in src/view.rs
Codecov / codecov/patch
src/view.rs#L432
Check warning on line 478 in src/view.rs
Codecov / codecov/patch
src/view.rs#L478
Check warning on line 523 in src/view.rs
Codecov / codecov/patch
src/view.rs#L523
Check warning on line 542 in src/view.rs
Codecov / codecov/patch
src/view.rs#L542
Check warning on line 546 in src/view.rs
Codecov / codecov/patch
src/view.rs#L545-L546
Check warning on line 551 in src/view.rs
Codecov / codecov/patch
src/view.rs#L551
Check warning on line 571 in src/view.rs
Codecov / codecov/patch
src/view.rs#L571
Check warning on line 592 in src/view.rs
Codecov / codecov/patch
src/view.rs#L590-L592
Check warning on line 596 in src/view.rs
Codecov / codecov/patch
src/view.rs#L594-L596
Check warning on line 603 in src/view.rs
Codecov / codecov/patch
src/view.rs#L598-L603
Check warning on line 34 in src/views/clip.rs
Codecov / codecov/patch
src/views/clip.rs#L30-L34
Check warning on line 38 in src/views/clip.rs
Codecov / codecov/patch
src/views/clip.rs#L37-L38
Check warning on line 228 in src/views/virtual_list.rs
Codecov / codecov/patch
src/views/virtual_list.rs#L220-L228
Check warning on line 232 in src/views/virtual_list.rs
Codecov / codecov/patch
src/views/virtual_list.rs#L230-L232
Check warning on line 234 in src/views/virtual_list.rs
Codecov / codecov/patch
src/views/virtual_list.rs#L234
Check warning on line 343 in src/views/virtual_list.rs
Codecov / codecov/patch
src/views/virtual_list.rs#L343