Bug fix #2737
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user