1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00
Files
egui/crates
Emil Ernerfeldt d1be5a1efb Only show one tooltip per layer at a time (#4763)
Before, you could accidentally get multiple tooltips if a tooltips was
interactive (e.g. had a link in it) and on the way to interact with it
you would hover another widget with a tooltip.

This PR ensures that each `LayerId` only has one tooltip open at a time.
You can still have a tooltip for an item inside of a tooltip.
2024-07-03 11:28:26 +02:00
..
2024-06-06 15:41:10 +02:00
2023-04-18 15:52:45 +02:00
2024-06-23 11:36:32 +02:00
2024-06-30 14:35:46 +02:00