Index: bus.c =================================================================== --- bus.c (revision 30981) +++ bus.c (revision 30982) @@ -377,7 +377,7 @@ return; /* do not open another */ PCB_DAD_BEGIN_VBOX(bus->dlg); - PCB_DAD_COMPFLAG(bus->dlg, PCB_HATF_EXPFILL); + PCB_DAD_COMPFLAG(bus->dlg, RND_HATF_EXPFILL); PCB_DAD_BEGIN_TABLE(bus->dlg, 2); pcb_exto_dlg_int(bus->dlg, subc, "width", "extobj::width", "number of traces in the bus"); pcb_exto_dlg_coord(bus->dlg, subc, "thickness", "extobj::thickness", "thickness of each trace"); Index: dimension.c =================================================================== --- dimension.c (revision 30981) +++ dimension.c (revision 30982) @@ -415,7 +415,7 @@ return; /* do not open another */ PCB_DAD_BEGIN_VBOX(dim->dlg); - PCB_DAD_COMPFLAG(dim->dlg, PCB_HATF_EXPFILL); + PCB_DAD_COMPFLAG(dim->dlg, RND_HATF_EXPFILL); PCB_DAD_BEGIN_TABLE(dim->dlg, 2); pcb_exto_dlg_coord(dim->dlg, subc, "displacement", "extobj::displace", "distance between base line and dimension line"); pcb_exto_dlg_str(dim->dlg, subc, "format", "extobj::format", "printf coord format string of the dimension value"); Index: line_of_vias.c =================================================================== --- line_of_vias.c (revision 30981) +++ line_of_vias.c (revision 30982) @@ -315,7 +315,7 @@ return; /* do not open another */ PCB_DAD_BEGIN_VBOX(lov->dlg); - PCB_DAD_COMPFLAG(lov->dlg, PCB_HATF_EXPFILL); + PCB_DAD_COMPFLAG(lov->dlg, RND_HATF_EXPFILL); PCB_DAD_BEGIN_TABLE(lov->dlg, 2); pcb_exto_dlg_coord(lov->dlg, subc, "pitch", "extobj::pitch", "target distance between center of vias"); pcb_exto_dlg_coord(lov->dlg, subc, "clearance", "extobj::clearance", "global clarance value on vias");