actually use drawing

This commit is contained in:
2025-09-17 12:52:08 -04:00
parent e880acca66
commit 7651699743

View File

@@ -134,6 +134,8 @@ impl<'a> PainterCtx<'a> {
resize = active.resize; resize = active.resize;
} }
self.drawing.insert(id.duplicate());
let mut painter = Painter { let mut painter = Painter {
region, region,
id: id.duplicate(), id: id.duplicate(),