mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Merge branch 'master' of github.com:obellish/egui
This commit is contained in:
@@ -2279,6 +2279,7 @@ impl Ui {
|
|||||||
impl Deref for Ui {
|
impl Deref for Ui {
|
||||||
type Target = Context;
|
type Target = Context;
|
||||||
|
|
||||||
|
#[inline]
|
||||||
fn deref(&self) -> &Self::Target {
|
fn deref(&self) -> &Self::Target {
|
||||||
self.ctx()
|
self.ctx()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user