On report from IRC: expand/shrink selection (CTRL + numpad-plus/minus) did

not work with edge/face selection modes correctly yet.
This commit is contained in:
2004-11-30 13:06:00 +00:00
parent 6d9c02be4c
commit d9e4a8580e
4 changed files with 72 additions and 81 deletions

View File

@@ -227,6 +227,7 @@ void EM_set_flag_all(int flag)
}
/* flush for changes in vertices only */
void EM_deselect_flush(void)
{
EditMesh *em = G.editMesh;