1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 21:00:03 -04:00

Update crates/egui/src/ui.rs

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
obellish
2024-03-08 09:04:16 -05:00
committed by GitHub
parent 8dd9cf6339
commit 2b3c260727

View File

@@ -2323,6 +2323,7 @@ impl Ui {
impl Deref for Ui {
type Target = Context;
#[inline]
fn deref(&self) -> &Self::Target {
self.ctx()
}