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

Fix pixel picking for multiple displays in same figure #2358

Merged
merged 1 commit into from Jun 20, 2023

Conversation

maxnoe
Copy link
Member

@maxnoe maxnoe commented Jun 20, 2023

Events are raised on the figure, so we need to check if the artist that triggered the event actually belongs to the current camera display.

@maxnoe maxnoe added this to the v0.19.3 milestone Jun 20, 2023
@maxnoe maxnoe force-pushed the fix_pixel_picker_multiple_displays branch from 68046f5 to 638de74 Compare June 20, 2023 11:29
@maxnoe maxnoe force-pushed the fix_pixel_picker_multiple_displays branch from 638de74 to 2e5d46b Compare June 20, 2023 11:31
@maxnoe maxnoe merged commit 3f8db5b into main Jun 20, 2023
13 checks passed
@maxnoe maxnoe deleted the fix_pixel_picker_multiple_displays branch June 20, 2023 12:33
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.

on_pixel_picked function of interactive CameraDisplay gets called for all displays
3 participants