when locating polygon point to be dragged select first found if there are overlaping points

This commit is contained in:
stefan schippers 2024-03-01 19:13:29 +01:00
parent 51d13d73c0
commit 7ca9819e13
1 changed files with 1 additions and 0 deletions

View File

@ -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) {