You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`Context::request_repaint` will wake up UI thread, if integrations has called `Context::set_request_repaint_callback` ([#1366](https://github.com/emilk/egui/pull/1366)).
self.next_auto_id_source = next_auto_id_source;// HACK: we want `scope` to only increment this once, so that `ui.scope` is equivalent to `ui.allocate_space`.
1573
1594
let ret = add_contents(&mut child_ui);
1574
1595
let response = self.allocate_rect(child_ui.min_rect(),Sense::hover());
0 commit comments