summaryrefslogtreecommitdiff
path: root/library/src/layout/columns.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/layout/columns.rs')
-rw-r--r--library/src/layout/columns.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/layout/columns.rs b/library/src/layout/columns.rs
index 06e6a7e0..984c9673 100644
--- a/library/src/layout/columns.rs
+++ b/library/src/layout/columns.rs
@@ -83,6 +83,7 @@ impl Layout for ColumnsElem {
backlog: &backlog,
last: regions.last,
expand: Axes::new(true, regions.expand.y),
+ root: regions.root,
};
// Layout the children.