Index: trunk/src_plugins/lib_hid_pcbui/routest_dlg.c =================================================================== --- trunk/src_plugins/lib_hid_pcbui/routest_dlg.c (revision 34475) +++ trunk/src_plugins/lib_hid_pcbui/routest_dlg.c (revision 34476) @@ -220,6 +220,9 @@ rnd_message(RND_MSG_ERROR, "Internal error: route style field does not exist"); return; } + + /* something got modified - re-select the current route style so "pen" is updated */ + pcb_use_route_style(&(PCB->RouteStyle.array[rstdlg_ctx.curr])); } static int rst_edit_attr(char **key, char **val)