You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a tooltip_delay before showing the first tooltip, but once one tooltips is show, moving the mouse cursor to another item should show the tooltip for that item right away.
So: if less that some specific amount of time has past since the last tooltip was shown, show a tooltip right away for any hovered widget, even if the mouse is moving fast.
The text was updated successfully, but these errors were encountered:
…way (#4585)
* Closes#4582
User-story: there are multiple icons in a row, and the user wants them
explained. They hover over one until the tooltips appears. They then
move on to the next and don't want to wait for that tooltip again.
hacknus
pushed a commit
to hacknus/egui
that referenced
this issue
Oct 30, 2024
…way (emilk#4585)
* Closesemilk#4582
User-story: there are multiple icons in a row, and the user wants them
explained. They hover over one until the tooltips appears. They then
move on to the next and don't want to wait for that tooltip again.
There is a
tooltip_delay
before showing the first tooltip, but once one tooltips is show, moving the mouse cursor to another item should show the tooltip for that item right away.So: if less that some specific amount of time has past since the last tooltip was shown, show a tooltip right away for any hovered widget, even if the mouse is moving fast.
The text was updated successfully, but these errors were encountered: