* change active face behavior so that entering editmode will assign the first face as active when none is set. UnSetting the active face will also use the first face as active.

* missing countall when selecting linked
This commit is contained in:
2008-07-16 11:48:55 +00:00
parent 3b8ed8910a
commit 3ae64f67e1
3 changed files with 12 additions and 2 deletions

View File

@@ -5505,6 +5505,7 @@ void selectlinks(int nr)
allqueue(REDRAWDATASELECT, 0);
allqueue(REDRAWOOPS, 0);
BIF_undo_push("Select linked");
countall();
}
}