Skip to content

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