Fix (unreported) call to wrong func in gizmos' keymaps code.
Found while investigating T65963.
This commit is contained in:
@@ -781,7 +781,7 @@ struct wmKeyMap *WM_gizmo_keymap_generic_maybe_drag_with_keyconfig(wmKeyConfig *
|
||||
}
|
||||
struct wmKeyMap *WM_gizmo_keymap_generic_maybe_drag(wmWindowManager *wm)
|
||||
{
|
||||
return WM_gizmo_keymap_generic_drag_with_keyconfig(wm->defaultconf);
|
||||
return WM_gizmo_keymap_generic_maybe_drag_with_keyconfig(wm->defaultconf);
|
||||
}
|
||||
|
||||
/** \} */
|
||||
|
||||
Reference in New Issue
Block a user