Fix #94080: clicking empty space in timeline creates undo step #105913

Open
Melissa-Goon wants to merge 7 commits from Melissa-Goon/blender:my-feature into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 6b22a61d22 - Show all commits

View File

@ -1844,6 +1844,7 @@ static int mouse_action_keys(bAnimContext *ac,
/* free this channel */
MEM_freeN(ale);
}
return ret_value;
}