Blender Git Loki
Git Commits -> Revision 6e4ab5b
Revision 6e4ab5b by Campbell Barton (master) October 15, 2021, 14:13 (GMT) |
Fix crash handling tool-keymap events There was a rare crash in WM_event_get_keymap_from_toolsystem_fallback when wm->winactive was NULL. This could happen when the event was handled immediately after closing a window. |
Commit Details:
Full Hash: 6e4ab5b761b03b52177985ecbeb2c2f576159c74
Parent Commit: d4f1bc5
Lines Changed: +86, -32