mirror of
https://github.com/emilk/egui.git
synced 2026-07-12 01:28:54 +00:00
8da0e8cc77
`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.