[fix #488] Dragging first fin point works correctly
This commit is contained in:
parent
15c00620bc
commit
fda3ae839f
@ -424,6 +424,10 @@ public class FreeformFinSetConfig extends FinSetConfig {
|
||||
Point2D.Double point = getCoordinates(event);
|
||||
finset.setPoint(dragIndex, point.x, point.y);
|
||||
|
||||
if(0 == dragIndex && 0 > point.x){
|
||||
dragIndex = 1;
|
||||
}
|
||||
|
||||
updateFields();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user