mirror of
https://github.com/emilk/egui.git
synced 2026-07-18 04:28:55 +00:00
114f820170
* 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.