Index: trunk/src/conf_core.h =================================================================== --- trunk/src/conf_core.h (revision 38237) +++ trunk/src/conf_core.h (revision 38238) @@ -60,8 +60,8 @@ RND_CFT_BOOLEAN auto_via; /* when drawing traces and switching layers or when moving an object from one layer to another, try to keep connections by automatically inserting vias. */ RND_CFT_REAL route_radius; /* temporary: route draw helper's arc radius at corners (factor of the trace thickness) */ RND_CFT_BOOLEAN drc_inclusive_bbox; /* when enabled, the drc view will always include all red and blue objects (turns off optimization that focuses on red objects) */ + RND_CFT_BOOLEAN backann_subc_attr_edit;/* when enabled, add any subc attribute edit to back annotation list (in case the subc is part of the netlist) */ - RND_CFT_BOOLEAN io_incomp_popup; /* wether to enable popping up the io incompatibility list dialog on save incompatibility errors */ RND_CFT_STRING io_incomp_style; /* view listing style (list or simple), when io_incomp_popup is true */