This commit is contained in:
Chris Cochrun 2025-02-26 09:31:43 -06:00
parent 3c9a60c625
commit e596fdfe29
2 changed files with 10 additions and 7 deletions

View file

@ -574,7 +574,8 @@ pub(crate) fn slide_view<'a>(
let black = Container::new(Space::new(0, 0))
.style(|_| {
container::background(Background::Color(Color::BLACK))
}).clip(true)
})
.clip(true)
.width(size.width)
.height(height);
let container = match slide.background().kind {