Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: more and more Wrap are added every time the mouse is moved. #5093

Closed
wants to merge 2 commits into from

Conversation

rustbasic
Copy link
Contributor

@rustbasic rustbasic commented Sep 9, 2024

Fix Issues: more and more Wrap are added every time the mouse is moved.

Here is an example of how this would solve the issue.

Adding a value greater than 2.0 will prevent the popup(=tooltip) size from changing when you move the mouse.
If you add 16.0 ~ 20.0, tooltips that were affected by other tooltips will return to their original size.
If you add 25.0 or more, the size of the tooltip will continue to grow until there is no wrap.
May be, It seems to be affected by line size and inner margin of tooltip.

@emilk
Copy link
Owner

emilk commented Sep 10, 2024

This is not the right way to fix this bug

@emilk emilk closed this Sep 10, 2024
@rustbasic
Copy link
Contributor Author

This is not the right way to fix this bug

Yes. I explained it as an example. I hope you will refer to this and fix the bug correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

#5077 After update, more and more Wrap are added every time the mouse is moved.
2 participants