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:
@@ -2279,6 +2279,7 @@ impl Ui {
|
||||
impl Deref for Ui {
|
||||
type Target = Context;
|
||||
|
||||
#[inline]
|
||||
fn deref(&self) -> &Self::Target {
|
||||
self.ctx()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user