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

feat(gui): add tooltip to show point coordinates #53

Open
1 task
t-bre opened this issue Jun 20, 2022 · 0 comments · May be fixed by #158
Open
1 task

feat(gui): add tooltip to show point coordinates #53

t-bre opened this issue Jun 20, 2022 · 0 comments · May be fixed by #158
Assignees
Labels
feature New features good first issue Good for newcomers
Milestone

Comments

@t-bre
Copy link
Member

t-bre commented Jun 20, 2022

Description

Create a tooltip showing the coordinates of a placed point (or interpolated point?) when hovering over it.

Tasks

  • Display tooltip when hovering over placed points.

Additional notes

  • See the implementation of the tooltip for the deadzone.
@t-bre t-bre added the feature New features label Jun 20, 2022
@t-bre t-bre added this to the v1.1 milestone Jun 20, 2022
@t-bre t-bre added the good first issue Good for newcomers label Oct 15, 2022
@kondzio127 kondzio127 reopened this Feb 7, 2023
@GZwong GZwong self-assigned this Nov 7, 2023
GZwong added a commit that referenced this issue Feb 6, 2024
Addresses #53

Use a shared pointer instead of a unique pointer to control the tooltip. Interacting with the deadzone or points uses the same underlying tooltip object.
@GZwong GZwong linked a pull request Feb 6, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants