Blender Git Commit Log
Git Commits -> Revision 9ec8887
Revision 9ec8887 by Campbell Barton (master) June 28, 2019, 07:38 (GMT) |
Fix invalid area tool being set from message passing This wasn't working with multiple windows, WM_toolsystem_do_msg_notify_tag_refresh could use a workspace from a different window to the screen that owned the area. Instead of fixing, remove these since they aren't needed anymore since changing modes now refreshes the tool system. |
Commit Details:
Full Hash: 9ec8887599b1c14dac47cca1a073fa50b333d5ee
Parent Commit: bd227d1
Lines Changed: +1, -32