Blender Git Commit Log
Git Commits -> Revision 2dd6d0c
Revision 2dd6d0c by Jacques Lucke (master) May 26, 2020, 08:38 (GMT) |
Fix T76926: Crash with Full Screen file browser window preference Alternative fix for T75292 & T73579 (see b75ce05c3b0f), that does not cause this crash. The crash happened because cancelling the file browser removes its screen (as in bScreen). Before rBb75ce05c3b0f, the file browser event wouldn't be handled any further then. After it, it would still be passed to other areas, while the screen pointer was dangling. Now the event is only skipped for UI handlers. Reviewed by: Julian Eisel |
Commit Details:
Full Hash: 2dd6d0ce4b6d0b72274234073306982c3122c904
Parent Commit: ecc395e
Committed By: Julian Eisel
Lines Changed: +7, -1
1 Modified Path:
/source/blender/windowmanager/intern/wm_event_system.c (+7, -1) (Diff)