mirror of
https://github.com/emilk/egui.git
synced 2026-07-13 18:18:55 +00:00
6d80707422
There was a bug in how we decide where to place a `Tooltip` (or other `Popup`), which could lead to tooltips jumping around every frame, especially if it changed size slightly. The new code is simpler and bug-free.