Small fix for r45256, AKEY (de)selection not working.

Added call to BM_mesh_select_mode_flush on entering edit mode.
This commit is contained in:
Nicholas Bishop
2012-03-29 23:14:09 +00:00
parent 9c5907cc79
commit 1652e459b6

View File

@@ -451,6 +451,8 @@ void ED_object_enter_editmode(bContext *C, int flag)
/* order doesn't matter */
EDBM_mesh_normals_update(em);
BMEdit_RecalcTessellation(em);
BM_mesh_select_mode_flush(em->bm);
}
WM_event_add_notifier(C, NC_SCENE|ND_MODE|NS_EDITMODE_MESH, scene);