Index: trunk/src/plugins/io_easyeda/read_hi_pro.c =================================================================== --- trunk/src/plugins/io_easyeda/read_hi_pro.c (revision 10698) +++ trunk/src/plugins/io_easyeda/read_hi_pro.c (revision 10699) @@ -1130,6 +1130,7 @@ fclose(f); sch_rnd_sheet_setup(sheet, SCH_RND_SSC_PENS | SCH_RND_SSC_PEN_MARK_DEFAULT, sym_as_sheet_chk_copy_pen, NULL); + sheet->is_symbol = 1; return (grp == NULL) ? -1 : 0; } Index: trunk/src/plugins/io_easyeda/read_hi_std.c =================================================================== --- trunk/src/plugins/io_easyeda/read_hi_std.c (revision 10698) +++ trunk/src/plugins/io_easyeda/read_hi_std.c (revision 10699) @@ -1023,6 +1023,7 @@ int res; sch_rnd_sheet_setup(sheet, SCH_RND_SSC_PENS | SCH_RND_SSC_PEN_MARK_DEFAULT, sym_as_sheet_chk_copy_pen, NULL); + sheet->is_symbol = 1; res = io_easyeda_postproc(&ctx, 1); if ((res == 0) && io_easyeda_conf.plugins.io_easyeda.auto_normalize)