Skip to content

Add a check to pqObjectPickingBehavior to avoid double-picks.

pqObjectPickingBehavior needs to check for a non-interaction mode at the start of a pick (mouse down) as well as when the mouse is released. Otherwise when using pick-block mode with a single click, we get an extra pick from this behavior. Only affects client apps.

Discovered while investigating aeva/aeva#272 (closed)

Merge request reports