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
In Sirius #359, a bug has been discovered in GMF. In the method org.eclipse.gmf.runtime.diagram.ui.tools.DragEditPartsTrackerEx.snapPoint(ChangeBoundsRequest) the x and y coordinates are used. But if the moveDelta is a PrecisionPoint, preciseX() and preciseY() should be used instead. Indeed, according to the zoom level, preciseX or preciseY can be something like 0.5 and must no be considered as 0.
The text was updated successfully, but these errors were encountered:
lredor
added a commit
to lredor/gmf-runtime
that referenced
this issue
Apr 25, 2024
In Sirius #359, a bug has been discovered in GMF. In the method org.eclipse.gmf.runtime.diagram.ui.tools.DragEditPartsTrackerEx.snapPoint(ChangeBoundsRequest) the x and y coordinates are used. But if the moveDelta is a
PrecisionPoint
,preciseX()
andpreciseY()
should be used instead. Indeed, according to the zoom level, preciseX or preciseY can be something like 0.5 and must no be considered as 0.The text was updated successfully, but these errors were encountered: