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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user