diff --git a/crates/egui/src/painter.rs b/crates/egui/src/painter.rs index df1379696..8689ec815 100644 --- a/crates/egui/src/painter.rs +++ b/crates/egui/src/painter.rs @@ -16,7 +16,7 @@ use epaint::{ #[derive(Clone)] pub struct Painter { /// Source of fonts and destination of shapes - pub(crate) ctx: Context, + ctx: Context, /// Where we paint layer_id: LayerId,