Extrude 1 edge, created with Fkey for 2 vertices, didn't give the
correct options... lacked a countall() to update stats.
This commit is contained in:
Ton Roosendaal
2005-06-12 12:57:21 +00:00
parent 0197fdc8b5
commit 161f8b3dbe

View File

@@ -351,6 +351,7 @@ void addedgeface_mesh(void)
EM_select_edge(eed, 1);
BIF_undo_push("Add edge");
allqueue(REDRAWVIEW3D, 0);
countall();
makeDispList(G.obedit);
return;
}