when locating polygon point to be dragged select first found if there are overlaping points
This commit is contained in:
parent
51d13d73c0
commit
7ca9819e13
|
|
@ -3164,6 +3164,7 @@ int rstate; /* (reduced state, without ShiftMask) */
|
|||
dbg(1, "selecting point %d\n", i);
|
||||
xctx->poly[polygon_c][polygon_n].selected_point[i] = 1;
|
||||
xctx->poly_point_selected = 1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if(xctx->poly_point_selected) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue