fix 23723 rounding error (#33473)
This commit is contained in:
parent
c7c0965cc5
commit
170309d6fb
@ -879,7 +879,7 @@ class RenderTable extends RenderBox {
|
||||
}
|
||||
}
|
||||
}
|
||||
assert(tableWidth >= targetWidth);
|
||||
assert(tableWidth + precisionErrorTolerance >= targetWidth);
|
||||
}
|
||||
} // step 2 and 3 are mutually exclusive
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user