Page Menu
Home
Search
Configure Global Search
Log In
Paste
P1231
Potential fix for T70457
Active
Public
Actions
Authored by
Julian Eisel (Severin)
on Jan 28 2020, 12:55 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Tags
None
Subscribers
None
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 {
Event Timeline
Julian Eisel (Severin)
created this paste.
Jan 28 2020, 12:55 PM
Julian Eisel (Severin)
mentioned this in
T70457: Dopesheet click-drag-selection deselects channels [e.g. breaking copy-pasting keys workflow]
.
Jan 28 2020, 12:57 PM
Log In to Comment