We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0da555 commit fbcd370Copy full SHA for fbcd370
src/vaev-engine/layout/table.cpp
@@ -849,15 +849,6 @@ struct TableFormatingContext : FormatingContext {
849
}
850
851
852
-
853
- for (usize i = 0; i < grid.size.y; ++i) {
854
- Au rowBorderHeight{0};
855
- for (usize j = 0; j < grid.size.x; ++j) {
856
- auto cellVertBorder = bordersGrid.get(i, j).vertical();
857
- rowBorderHeight = max(rowBorderHeight, cellVertBorder);
858
- }
859
- rowHeight[i] += rowBorderHeight;
860
861
862
863
struct AxisHelper { // FIXME: find me a better name pls
0 commit comments