[RTL] Fix size/alignment of tables with padded cells.

This commit is contained in:
Pāvels Nadtočajevs 2025-03-26 20:49:37 +02:00
parent 594d64ec24
commit 42edbcd748
No known key found for this signature in database
GPG key ID: 8413210218EF35D2
2 changed files with 11 additions and 0 deletions

View file

@ -347,6 +347,7 @@ private:
int min_width = 0;
int max_width = 0;
int width = 0;
int width_with_padding = 0;
};
LocalVector<Column> columns;