mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
`clicked_elsewhere` now checks against the clipped `interact_rect` of the widget instead of the full `rect`. In practice this shouldn't change much since the function is mostly used for windows and areas, which aren't clipped.