Skip to content

Commit

Permalink
vaev-layout: Missing call to reduce overlap when generating borders.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Aug 28, 2024
1 parent 0608816 commit 773a1bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/vaev-layout/frag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ Output layout(Tree &t, Frag &f, Input input) {
f.layout.borders = borders;
f.layout.margin = margin;
f.layout.radii = _computeRadii(t, f, size);
f.layout.radii.reduceOverlap(f.layout.size);
}

return Output::fromSizeAndMargin(size, margin);
Expand Down

0 comments on commit 773a1bc

Please sign in to comment.