a footer todo

This commit is contained in:
PgBiel 2025-04-05 01:45:50 -03:00
parent 1301b901b7
commit f21dc8b7e2

View File

@ -357,6 +357,10 @@ impl<'a> GridLayouter<'a> {
skipped_region = true;
}
// TODO: Consider resetting header height etc. if we skip region.
// That is unnecessary at the moment as 'prepare_footers' is only
// called at the start of the region, but what about when we can have
// footers in the middle of the region? Let's think about this then.
self.footer_height = if skipped_region {
// Simulate the footer again; the region's 'full' might have
// changed.