1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00

Merge branch 'master' of github.com:obellish/egui

This commit is contained in:
obellish
2024-03-12 09:39:55 -04:00

View File

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