Fix #21619 and #21613: edge loop delete crashes, after recent transform

manipulator ctrl+click increment fix.
This commit is contained in:
2010-03-15 20:22:05 +00:00
parent e7fad67fab
commit ae6ee27d37

View File

@@ -1503,6 +1503,7 @@ int initTransform(bContext *C, TransInfo *t, wmOperator *op, wmEvent *event, int
}
/* Stupid code to have Ctrl-Click on manipulator work ok */
if(event)
{
wmKeyMap *keymap = WM_keymap_active(CTX_wm_manager(C), op->type->modalkeymap);
wmKeyMapItem *kmi;