You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.
If a user drags an ellipse region that is bigger in the x direction than in the y direction, the region first jumps to the right before performing the drag action. The jump is the same size as the width of the ellipse (i.e. 2x the major radius).
To reproduce:
Draw an ellipse region that is wider than it is high
Try to drag the ellipse by clicking in the middle and moving the mouse
The region will immediately move to the right and then act as if it's being dragged from a new starting point
(Right now I'm not sure if this is related to issue #171 but it's possible)
The text was updated successfully, but these errors were encountered:
If a user drags an ellipse region that is bigger in the x direction than in the y direction, the region first jumps to the right before performing the drag action. The jump is the same size as the width of the ellipse (i.e. 2x the major radius).
To reproduce:
(Right now I'm not sure if this is related to issue #171 but it's possible)
The text was updated successfully, but these errors were encountered: