mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
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.