Do you have a debug-mode build? It would be awesome if you could track this down. I would suspect that your mouse driver generates a mouse event between pressing and releasing the button, even if you don’t physically move the mouse (or maybe you move it by 0.00001mm) and that confuses the click detection logic here: Slicer/Libs/MRML/DisplayableManager/vtkMRMLViewInteractorStyle.cxx at main · Slicer/Slicer · GitHub. If indeed this is the problem then it could be fixed by checking how much the mouse was moved instead of just detecting that a mouse move event was fired.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How to lock a Markups ControlPoint in 3D only, but allow drag in 2D? | 3 | 380 | September 8, 2022 | |
Is it possible to show Markups PropertiesLabel in 2D but not 3D? | 4 | 537 | August 28, 2023 | |
Markup shortkeys and model interaction | 6 | 279 | March 31, 2023 | |
How to make a 3D screen selection for Markup ControlPoints? | 2 | 303 | February 1, 2023 | |
Update slice view positions and orientations using MarkupsFiducialNode interactions | 5 | 747 | December 13, 2022 |