From 8dd9cf6339eb87d9048d9a4b44146b224f19d4f8 Mon Sep 17 00:00:00 2001 From: obellish Date: Mon, 19 Feb 2024 07:14:56 -0500 Subject: [PATCH] remove artifact --- crates/egui/src/painter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,