Blender Git Commit Log
Git Commits -> Revision 4e0e7d6
Revision 4e0e7d6 by Julian Eisel (temp-blender-2.81-release-with-wrong-merge) November 11, 2019, 17:05 (GMT) |
Fix broken selection behavior in multiple editors right after saving Steps to recreate were: * Open a Node Editor, add some nodes * Save the file * Select all nodes (A) * Save it again, but with Ctrl+S * Try to select an already selected node It's supposed to deselect other nodes now, but for as long as the report banner is shown in the status-bar ('Saved "foo.blend"'), this doesn't work. Also happened in the VSE, Dopesheet, NLA or everywhere else we recently added drag-all-selected support to. Issue was in there since 2.80. Basically the timer event sent by the report banner broke assumptions in the selection operator. Hope this fix doesn't have any side effects. Checked with Bastien (initial author of this logic), but seems things are fine. |
Commit Details:
Full Hash: 4e0e7d6e8a28d83b8093b148e237c6758b061427
Parent Commit: d08800b
Committed By: Germano Cavalcante
Lines Changed: +1, -1
1 Modified Path:
/source/blender/windowmanager/intern/wm_operators.c (+1, -1) (Diff)