1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 21:00:03 -04:00
Files
egui/crates
Emil Ernerfeldt 166b51e445 Fix: Response::clicked_elsewhere takes clip rect into account (#4274)
`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.
2024-04-02 11:01:34 +02:00
..
2023-04-18 15:52:45 +02:00
2024-03-26 11:13:04 +01:00