Index: propsel.c =================================================================== --- propsel.c (revision 32708) +++ propsel.c (revision 32709) @@ -1000,7 +1000,7 @@ if (ctx->board) set_board(sctx, ctx->pcb); - pcb_board_set_changed_flag(rnd_true); + pcb_board_set_changed_flag(ctx->pcb, rnd_true); pcb_undo_inc_serial(); return sctx->set_cnt; } @@ -1139,7 +1139,7 @@ if (ctx->board) del_cnt += del_board(&ctx, ctx->pcb, key); - pcb_board_set_changed_flag(rnd_true); + pcb_board_set_changed_flag(ctx->pcb, rnd_true); return del_cnt; }