From 2b3c2607272c2f90ef92dd8608697935603cab1b Mon Sep 17 00:00:00 2001 From: obellish <125279760+obellish@users.noreply.github.com> Date: Fri, 8 Mar 2024 09:04:16 -0500 Subject: [PATCH] Update crates/egui/src/ui.rs Co-authored-by: Emil Ernerfeldt --- crates/egui/src/ui.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/egui/src/ui.rs b/crates/egui/src/ui.rs index 839c4c850..248216e81 100644 --- a/crates/egui/src/ui.rs +++ b/crates/egui/src/ui.rs @@ -2323,6 +2323,7 @@ impl Ui { impl Deref for Ui { type Target = Context; + #[inline] fn deref(&self) -> &Self::Target { self.ctx() }