Fix (unreported) call to wrong func in gizmos' keymaps code.

Found while investigating T65963.
This commit is contained in:
Bastien Montagne
2019-06-25 16:06:29 +02:00
parent d08312463b
commit c8034993ff

View File

@@ -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);
}
/** \} */