refcount ids and delete unused
This commit is contained in:
1 parent
b2acbcc189
commit
368826fe05
8 files changed
+253
-173
No files matched your search
+1
-1
@@ -7,7 +7,7 @@ pub struct Stack {
|
||||
impl<Ctx> Widget<Ctx> for Stack {
|
||||
fn draw(&self, painter: &mut crate::Painter<Ctx>) {
|
||||
for child in &self.children {
|
||||
painter.draw(child);
|
||||
painter.draw_within(child, painter.region);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in new issue
Block a user