Index: jostle.c =================================================================== --- jostle.c (revision 34448) +++ jostle.c (revision 34449) @@ -472,7 +472,8 @@ { rnd_coord_t x, y; rnd_polyarea_t *expand; - float value = conf_core.design.via_thickness + (conf_core.design.bloat + 1) * 2 + 50; + rnd_coord_t via_dia = pcb_pstk_pen_dia(PCB); + float value = via_dia + (conf_core.design.bloat + 1) * 2 + 50; struct info info; int found;