Index: eps.c =================================================================== --- eps.c (revision 29421) +++ eps.c (revision 29422) @@ -222,8 +222,6 @@ options_ = options; - conf_force_set_bool(conf_core.editor.thin_draw, 0); - conf_force_set_bool(conf_core.editor.thin_draw_poly, 0); conf_force_set_bool(conf_core.editor.check_planes, 0); f = the_file; Index: ps.c =================================================================== --- ps.c (revision 29421) +++ ps.c (revision 29422) @@ -524,8 +524,6 @@ { static int saved_layer_stack[PCB_MAX_LAYER]; - conf_force_set_bool(conf_core.editor.thin_draw, 0); - conf_force_set_bool(conf_core.editor.thin_draw_poly, 0); conf_force_set_bool(conf_core.editor.check_planes, 0); global.f = the_file;