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

Added Informative tooltip message when Measure is disabled #9301

Merged
merged 2 commits into from
Jul 1, 2021

Conversation

nohayassin
Copy link
Contributor

Track on DSO-17011

@@ -359,7 +359,7 @@ namespace rs2
ImGui::PopFont();
hovered = hovered || ImGui::IsItemHovered();

if (hovered && !disabled)
if (hovered)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add informative tooltip when the feature is disabled

@ev-mp ev-mp merged commit e100e52 into IntelRealSense:development Jul 1, 2021
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.

2 participants