fix wrong region skipping

This commit is contained in:
PgBiel 2025-04-09 14:20:11 -03:00 committed by GitHub
parent 4a83d05625
commit f81560af47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -350,7 +350,7 @@ impl<'a> GridLayouter<'a> {
// Note that, after the first region skip, the new headers will go
// at the top of the region, but after the repeating headers that
// remained (which will be automatically placed in 'finish_region').
self.finish_region(engine, true)?;
self.finish_region(engine, false)?;
skipped_region = true;
}