mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 15:20:05 -04:00
Replace ui.ctx().foo with ui.foo in a few places (#7774)
Internal code cleanup after * https://github.com/emilk/egui/pull/7770
This commit is contained in:
@@ -69,6 +69,6 @@ impl crate::View for UndoRedoDemo {
|
||||
});
|
||||
|
||||
self.undoer
|
||||
.feed_state(ui.ctx().input(|input| input.time), &self.state);
|
||||
.feed_state(ui.input(|input| input.time), &self.state);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user