Bugfix for retopo paint: deleting a line didn't do an undo push.

This commit is contained in:
Nicholas Bishop 2007-01-18 04:08:01 +00:00
parent 848e93ce41
commit 33e4391136

@ -574,6 +574,7 @@ char retopo_paint(const unsigned short event)
BLI_freelinkN(&rpd->lines, l);
if(rpd->nearest.line == l)
rpd->nearest.line= NULL;
BIF_undo_push("Erase line");
allqueue(REDRAWVIEW3D, 0);
}
break;