summaryrefslogtreecommitdiff
path: root/src/layout/background.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout/background.rs')
-rw-r--r--src/layout/background.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layout/background.rs b/src/layout/background.rs
index 306afd67..09282260 100644
--- a/src/layout/background.rs
+++ b/src/layout/background.rs
@@ -1,6 +1,7 @@
use super::*;
/// A node that places a rectangular filled background behind its child.
+#[derive(Debug)]
#[cfg_attr(feature = "layout-cache", derive(Hash))]
pub struct BackgroundNode {
/// The kind of shape to use as a background.