mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 23:13:13 -04:00
* Basic version of https://github.com/emilk/egui/issues/3931 This adds `Context::repaint_causes` which returns a `Vec<RepaintCause>`, containing the `file:line` of the call to `ctx.request_repaint()`. If your application is stuck forever repainting, this could be a useful tool to diagnose it.