Index: pstk_compat.c =================================================================== --- pstk_compat.c (revision 38628) +++ pstk_compat.c (revision 38629) @@ -774,7 +774,7 @@ break; } - *clearance = (ps->Clearance > 0 ? ps->Clearance : tshp->shape[0].clearance) * 2; + *clearance = (ps->Clearance > 0 ? ps->Clearance * 2 : tshp->shape[0].clearance); *nopaste = pasten < 0; return rnd_true;