Index: ipcd356.c =================================================================== --- ipcd356.c (revision 32672) +++ ipcd356.c (revision 32673) @@ -33,6 +33,7 @@ #include "board.h" #include "data.h" +#include "undo.h" #include #include "conf_core.h" @@ -407,6 +408,8 @@ scs = &subcs; } + pcb_undo_freeze_serial(); + if (want_net) { rnd_actionva(RND_ACT_HIDLIB, "Netlist", "Freeze", NULL); rnd_actionva(RND_ACT_HIDLIB, "Netlist", "Clear", NULL); @@ -434,6 +437,9 @@ htsp_uninit(&subcs); } + pcb_undo_unfreeze_serial(); + pcb_undo_inc_serial(); + RND_ACT_IRES(rs); return 0; }