Skip to content

Commit

Permalink
Merge branch 'main' into layout-micro-ops
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Oct 28, 2024
2 parents b8ca0ac + f28764e commit e274cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/_resolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def resolve(

fraction_gutter = Fraction(gutter)
offsets = [0] + [
int(fraction)
fraction.__int__()
for fraction in accumulate(
value
for fraction in resolved_fractions
Expand Down

0 comments on commit e274cad

Please sign in to comment.