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

Refresh tooltip #1660

Merged
merged 4 commits into from
Sep 29, 2022
Merged

Refresh tooltip #1660

merged 4 commits into from
Sep 29, 2022

Conversation

kianzarrin
Copy link
Collaborator

@kianzarrin kianzarrin commented Sep 28, 2022

Tooltip box is annoying and hard to notice specially on a black background. I think its better to show value as part of the label text like this
image

TMPE.zip

Note

in the prev PR tooltip would cause exception when CS is loading because things are not initialized. It can't even tell if it is visible or not. guarding the code like this would avoid the exception:

if (parent.containsMouse)
  parent.RefreshTooltip();

But still the tooltip is hard to notice.

@krzychu124
Copy link
Member

Ok, so for DLS it will also display it like that, I suppose?

@kianzarrin
Copy link
Collaborator Author

Ok, so for DLS it will also display it like that, I suppose?

yep

@krzychu124 krzychu124 added this to the 11.7.1 milestone Sep 28, 2022
@krzychu124 krzychu124 added the UI User interface updates label Sep 28, 2022
@kianzarrin kianzarrin merged commit 5a13e6c into master Sep 29, 2022
@kianzarrin kianzarrin deleted the refresh-tooltip branch September 29, 2022 09:44
@krzychu124 krzychu124 mentioned this pull request Oct 2, 2022
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI User interface updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants