summaryrefslogtreecommitdiff
path: root/src/library/hide.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-02-08 16:39:37 +0100
committerLaurenz <laurmaedje@gmail.com>2022-02-09 12:34:19 +0100
commite089b6ea40015e012302dc55ac5d6cb42ca4876e (patch)
treedbb66237cb996bc880560dfd94ac9b682e1ac985 /src/library/hide.rs
parent68503b9a07b00bce3f4d377bcfe945452de815ea (diff)
Set rules for everything
Diffstat (limited to 'src/library/hide.rs')
-rw-r--r--src/library/hide.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/hide.rs b/src/library/hide.rs
index cfef8f73..72d8e52b 100644
--- a/src/library/hide.rs
+++ b/src/library/hide.rs
@@ -4,7 +4,7 @@ use super::prelude::*;
/// Hide a node without affecting layout.
#[derive(Debug, Hash)]
-pub struct HideNode(pub PackedNode);
+pub struct HideNode(pub LayoutNode);
#[class]
impl HideNode {