adjust Current visibility

This commit is contained in:
PgBiel 2025-04-19 22:34:04 -03:00
parent 5e572a56f3
commit af0c27cb98

View File

@ -72,7 +72,7 @@ pub struct GridLayouter<'a> {
/// Grid layout state for the current region. This should be reset or updated
/// on each region break.
pub struct Current {
pub(super) struct Current {
/// The initial size of the current region before we started subtracting.
pub(super) initial: Size,
/// The amount of repeated header rows at the start of the current region.