How can I disable the tooltip when hovering over a RichText label? #5294
Replies: 1 comment 1 reply
-
Seems like its hardcoded to show the hover text when it was truncated: egui/crates/egui/src/widgets/label.rs Lines 256 to 259 in 707cd03 Seems like someone already opened an issue for this, so I think we can close this discussion: #4427 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, I'm using this code:
However, when I hover over the text, a tooltip appears. I would like to disable this tooltip, but I'm not sure how to do it. Could someone please explain how to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions