Index: routest_dlg.c =================================================================== --- routest_dlg.c (revision 34346) +++ routest_dlg.c (revision 34347) @@ -174,13 +174,14 @@ pcb_route_style_change(PCB, rstdlg_ctx.curr, &attr->val.crd, NULL, NULL, NULL, NULL, NULL, 1); else if (idx == rstdlg_ctx.wtxtth) pcb_route_style_change(PCB, rstdlg_ctx.curr, NULL, &attr->val.crd, NULL, NULL, NULL, NULL, 1); - else if (idx == rstdlg_ctx.wfont) { - printf("TODO: font change!\n"); - } else if (idx == rstdlg_ctx.wtxtscale) { int tmp = attr->val.lng; pcb_route_style_change(PCB, rstdlg_ctx.curr, NULL, NULL, &tmp, NULL, NULL, NULL, 1); } + else if (idx == rstdlg_ctx.wfont) { + pcb_font_id_t tmp = attr->val.lng; + pcb_route_style_change(PCB, rstdlg_ctx.curr, NULL, NULL, NULL, &tmp, NULL, NULL, 1); + } else if (idx == rstdlg_ctx.wclr) pcb_route_style_change(PCB, rstdlg_ctx.curr, NULL, NULL, NULL, NULL, &attr->val.crd, NULL, 1); else if (idx == rstdlg_ctx.wviahole) {