Merge branch 'blender-v2.83-release'

This commit is contained in:
Campbell Barton 2020-05-14 18:48:48 +10:00
commit b0686af32b
1 changed files with 1 additions and 1 deletions

View File

@ -2952,7 +2952,7 @@ static int wm_handlers_do(bContext *C, wmEvent *event, ListBase *handlers)
else {
wmWindow *win = CTX_wm_window(C);
if (win) {
if (ISKEYMODIFIER(win->eventstate->prevtype)) {
if (ISKEYMODIFIER(win->eventstate->type)) {
win->eventstate->check_click = 0;
}
}