Text edit widgets hover behaviour #180
Answered
by
emilk
DavidColson
asked this question in
Q&A
-
Been testing out egui for a project, but I noticed that single and multiline text edit windows have this behaviour where hovering the text moves a little text edit cursor around as you hover? Is there a way to turn that off? |
Beta Was this translation helpful? Give feedback.
Answered by
emilk
Feb 18, 2021
Replies: 1 comment 1 reply
-
It is just a previous of where the cursor would go if you would click. There is no way to turn it off, but maybe it is more annoying than useful. I can add an option to turn it off, and have it off by default. Open an issue for it (or a PR)! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
emilk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is just a previous of where the cursor would go if you would click. There is no way to turn it off, but maybe it is more annoying than useful. I can add an option to turn it off, and have it off by default. Open an issue for it (or a PR)!