Fix [#21860] Quads/Triangles Selection miss to mark some Edges.

This commit is contained in:
Matt Ebb
2010-04-01 06:37:35 +00:00
parent 2f1385c189
commit 86a112e8a5

View File

@@ -2853,6 +2853,8 @@ int select_by_number_vertices_exec(bContext *C, wmOperator *op)
EM_select_face(efa, (numverts==3) );
}
}
EM_selectmode_flush(em);
WM_event_add_notifier(C, NC_GEOM|ND_SELECT, obedit->data);