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
A line connected to a connection point may jump to a different connection point when the line is resized.
This is difficult to debug because the line mod routines are called on every mouse move (even when no update is required - why!).
However, it looks like the problem may be in wxSFLineShape::GetModSrcPoint() and wxSFLineShape::GetModTrgPoint() where a call is made to pSrcShape->GetNearestConnectionPoint( nModPoint ).
The text was updated successfully, but these errors were encountered:
A line connected to a connection point may jump to a different connection point when the line is resized.
This is difficult to debug because the line mod routines are called on every mouse move (even when no update is required - why!).
However, it looks like the problem may be in
wxSFLineShape::GetModSrcPoint()
andwxSFLineShape::GetModTrgPoint()
where a call is made topSrcShape->GetNearestConnectionPoint( nModPoint )
.The text was updated successfully, but these errors were encountered: