Blender Git Loki
Git Commits -> Revision 3ed4097
Revision 3ed4097 by Julian Eisel (master) November 6, 2019, 18:28 (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: 3ed40972920dc6bf6d37c1d0aaf2c569c76f38e4
Parent Commit: 0faed98
Lines Changed: +1, -1
1 Modified Path:
/source/blender/windowmanager/intern/wm_operators.c (+1, -1) (Diff)