diff --git a/src/tree/placeholder.rs b/src/tree/placeholder.rs index 38af76e8..c80e67c4 100644 --- a/src/tree/placeholder.rs +++ b/src/tree/placeholder.rs @@ -128,6 +128,9 @@ impl PlaceholderNode { log::warn!("Could not render fullscreen texture: {}", ErrorFmt(e)); } } + if self.node_visible() { + self.state.damage(self.node_absolute_position()); + } } }