From d48a2f4a37b85c33917acd8dd514b69f017aac7f Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 30 Apr 2019 17:20:21 +0200 Subject: Select: Add 'deselect on nothing' to NLA editor. Should be last part of T63995. --- source/blender/editors/space_action/action_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_action') diff --git a/source/blender/editors/space_action/action_select.c b/source/blender/editors/space_action/action_select.c index 6082e942842..192134949d5 100644 --- a/source/blender/editors/space_action/action_select.c +++ b/source/blender/editors/space_action/action_select.c @@ -1558,7 +1558,7 @@ static void mouse_action_keys(bAnimContext *ac, /* free list of channels, since it's not used anymore */ ANIM_animdata_freelist(&anim_data); - /* For replacing selection, if we have somthing to select, we have to clear existing selection. + /* For replacing selection, if we have something to select, we have to clear existing selection. * The same goes if we found nothing to select, and deselect_all is true * (deselect on nothing behavior). */ if ((select_mode == SELECT_REPLACE && found) || (!found && deselect_all)) { -- cgit v1.2.3