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

Add missing event handler for position plot when rendered as tool in a palette #59

Closed
wants to merge 2 commits into from

Conversation

aranega
Copy link
Member

@aranega aranega commented Dec 18, 2024

Summary

This PR fixes the dimension fine-tuning when the dimension tool is integrated in a palette. The way the dimension tool is working, when not integrated in a palette, is by grabbing the events from the x/y/z input widgets. When the dimension tool is moved in a palette, only those input widget are reacting to the events from the mouse wheel. This patch adds the mouse event handling also on the PositionPlot instance.

@aranega aranega requested a review from seankmartin December 18, 2024 18:09
Copy link

@seankmartin seankmartin left a comment

Choose a reason for hiding this comment

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

Good to go after we remove the shouldIgnoreEvent, thanks! :)

@aranega aranega requested a review from seankmartin December 19, 2024 16:13
Copy link

@seankmartin seankmartin left a comment

Choose a reason for hiding this comment

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

looks good thanks!

@aranega
Copy link
Member Author

aranega commented Jan 7, 2025

PR open here google#690

@aranega aranega closed this Jan 7, 2025
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