🐛 Remove children correctly

This commit is contained in:
Elena Torro
2025-04-09 12:19:47 +02:00
parent 82cf474863
commit 953db56a0d
4 changed files with 13 additions and 14 deletions

View File

@@ -444,10 +444,6 @@ impl Shape {
(added, removed)
}
pub fn clear_children(&mut self) {
self.children.clear();
}
pub fn fills(&self) -> std::slice::Iter<Fill> {
self.fills.iter()
}