1
1

Fix type error in 5297bf318e

This commit is contained in:
2021-10-21 16:44:03 +11:00
parent 33d6d7c6e3
commit 2a047fadc0

View File

@@ -9904,7 +9904,7 @@ static bool ui_mouse_motion_towards_check(uiBlock *block,
static void ui_mouse_motion_keynav_init(struct uiKeyNavLock *keynav, const wmEvent *event)
{
keynav->is_keynav = true;
copy_v2_v2_int(keynav->event_xy, &event->xy);
copy_v2_v2_int(keynav->event_xy, event->xy);
}
/**
* Return true if key-input isn't blocking mouse-motion,