Page MenuHome
Paste P1231

Potential fix for T70457
ActivePublic

Authored by Julian Eisel (Severin) on Jan 28 2020, 12:55 PM.
diff --git a/source/blender/editors/space_action/action_select.c b/source/blender/editors/space_action/action_select.c
index ca6efb5f69e..09a0c297d35 100644
--- a/source/blender/editors/space_action/action_select.c
+++ b/source/blender/editors/space_action/action_select.c
@@ -1718,7 +1718,7 @@ static int mouse_action_keys(bAnimContext *ac,
/* reset selection mode for next steps */
select_mode = SELECT_ADD;
- if (wait_to_deselect_others && is_selected) {
+ if (wait_to_deselect_others) {
ret_value = OPERATOR_RUNNING_MODAL;
}
else {